Store/CHANGELOG.md

37 lines
1.2 KiB
Markdown
Raw Normal View History

2017-01-10 14:51:38 +00:00
Change Log
==========
2017-01-19 14:49:16 +00:00
Version 1.0.4 *(2017-01-19/)*
----------------------------
* Bug Fix: Fix memory caching issue with Equivalence.Equals (#70)
2017-01-17 17:37:15 +00:00
Version 1.0.3 *(2017-01-17)*
2017-01-17 16:04:11 +00:00
----------------------------
* New Feature: Multi Parser (#61) - You can now pass in a list of Parsers and do multi Parsing steps
* New Feature: Jackson Middleware (#60)
* New Feature: Moshi Middleware (#55)
* New Feature: change GsonParsers to work with a type rather than a class (#46) - Can now parse Top Level Array
* Enhancement: Preconditions for middleware module (#56)
* Enhancement: checkstyle (#48)
* Enhancement: pmd (#50)
* Enhancement: Nullability Annotations (#52)
* Bug Fix: always call sink.close() from finally block (#63)
* Bug Fix: remove maven.em.nytimes.com from repositories block (#62)
* In Progress: Annotation Processor to Generate Stores for Retrofit Interfaces feature/annotations
2017-01-10 14:51:38 +00:00
Version 1.0.2 *(2017-01-10)*
----------------------------
* API CHANGE: SourcePersisterFactory & GsonParserFactory
https://github.com/NYTimes/Store/pull/35
* API CHANGE: FileSystemFactory
https://github.com/NYTimes/Store/pull/28
* Addition of Travis CI, currently runs tests only