- Drop QuickCheck dependency (thanks @mmhat !).
- Enable GHC 8.4 (thanks @4e6 !).
- Drop GHC 7.10.
- Test with GHC 8.2. Drop GHC 7.8.
- Track upper bounds in a Hackage revision instead of source code.
- Bump aeson.
- Raise test dep upper bounds.
- Bump
vector
.
- Rename the module to
JSONPointer
. - Bump aeson.
- Derive
Semigroup
forPointer
. - Reorganize code.
- Bump hspec.
- Remove HUnit dep.
- Bump aeson.
- Switch to hspec for tests.
- Enable GHC 8.
- Rewrite.
- 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.
- Initial implementation.