hjsonpointer/changelog.md
Ian Grant Jeffries e2be2c75a3 1.3.0. Enable GHC 8.2.1.
Also:

+ Drop GHC 7.8.
+ Regenerate .travis.yml using make-travis-yml-2.
2017-09-18 19:34:32 -04:00

728 B

1.3.0

  • Test with GHC 8.2. Drop GHC 7.8.

1.2.0

  • Track upper bounds in a Hackage revision instead of source code.

1.1.1

  • Bump aeson.

1.1.0.2

  • Raise test dep upper bounds.

1.1.0.1

  • Bump vector.

1.1.0.0

  • Rename the module to JSONPointer.
  • Bump aeson.
  • Derive Semigroup for Pointer.
  • Reorganize code.

1.0.0.2

  • Bump hspec.

1.0.0.1

  • Remove HUnit dep.

1.0.0.0

  • Bump aeson.

0.3.0.2

  • Switch to hspec for tests.

0.3.0.1

  • Enable GHC 8.

0.3.0.0

  • Rewrite.

0.2

  • Fix mistake in resolveRefTok.
  • Split errors over two types.
  • Switch the order of pointer and value arguments for functions that take both. The pointer now comes first.

0.1

  • Initial implementation.