1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00
semantic/semantic-source/CHANGELOG.md

28 lines
529 B
Markdown
Raw Normal View History

# 0.1.0.0
- Adds `CodeQL` language constructor.
- Bumps `lingo-haskell` to 0.3.2.
- Removes Span and Pos lower bound instances. This makes callers responsible for defining whether Span / Pos are 0 or 1 indexed.
# 0.0.2.0
- Adds `Source.Language`.
- Adds `ToJSON` instances for `Range` and `Loc`.
2019-10-05 00:16:34 +03:00
# 0.0.1.0
2019-10-04 19:38:32 +03:00
- Adds an `NFData` instance for `Source`.
2020-01-16 19:57:37 +03:00
- Decodes to `Text` leniently instead of throwing exceptions.
2019-10-11 00:46:56 +03:00
2019-10-03 18:32:09 +03:00
# 0.0.0.1
- Loosens the upper bound on `hashable`.
- Adds support for GHC 8.8.1.
2019-10-03 18:30:09 +03:00
# 0.0.0.0
Initial release