1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00
semantic/semantic-source/CHANGELOG.md
Rick Winfrey 7c745e7ff7 Add ChangeLog entry for 0.1.0.0
Co-Authored-By: Patrick Thomson <patrickt@users.noreply.github.com>
2020-03-23 13:19:39 -07:00

529 B

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.

0.0.1.0

  • Adds an NFData instance for Source.

  • Decodes to Text leniently instead of throwing exceptions.

0.0.0.1

  • Loosens the upper bound on hashable.
  • Adds support for GHC 8.8.1.

0.0.0.0

Initial release