hjsonpointer/changelog.md

70 lines
847 B
Markdown
Raw Permalink Normal View History

2018-09-30 07:34:20 +03:00
# 1.5.0
+ Drop QuickCheck dependency (thanks @mmhat !).
2018-04-28 23:02:29 +03:00
# 1.4.0
+ Enable GHC 8.4 (thanks @4e6 !).
+ Drop GHC 7.10.
# 1.3.0
+ Test with GHC 8.2. Drop GHC 7.8.
2017-06-27 00:28:13 +03:00
# 1.2.0
+ Track upper bounds in a Hackage revision instead of source code.
2017-04-17 00:06:25 +03:00
# 1.1.1
+ Bump aeson.
2017-01-25 09:02:04 +03:00
# 1.1.0.2
+ Raise test dep upper bounds.
2017-01-08 22:05:21 +03:00
# 1.1.0.1
+ Bump `vector`.
# 1.1.0.0
+ Rename the module to `JSONPointer`.
+ Bump aeson.
+ Derive `Semigroup` for `Pointer`.
+ Reorganize code.
2016-10-20 21:08:51 +03:00
# 1.0.0.2
+ Bump hspec.
2016-10-07 20:29:50 +03:00
# 1.0.0.1
+ Remove HUnit dep.
2016-08-10 21:52:49 +03:00
# 1.0.0.0
+ Bump aeson.
2016-07-11 17:39:15 +03:00
# 0.3.0.2
+ Switch to hspec for tests.
# 0.3.0.1
+ Enable GHC 8.
# 0.3.0.0
2016-02-20 00:47:15 +03:00
+ 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.