- 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
-
API CHANGE: SourcePersisterFactory & GsonParserFactory
-
API CHANGE: FileSystemFactory
-
Addition of Travis CI, currently runs tests only