Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.04 KB

File metadata and controls

32 lines (22 loc) · 1.04 KB

Change Log

Version 1.0.3 (2017-01-17)

  • 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

Version 1.0.2 (2017-01-10)

  • API CHANGE: SourcePersisterFactory & GsonParserFactory

    nytimes#35

  • API CHANGE: FileSystemFactory

    nytimes#28

  • Addition of Travis CI, currently runs tests only