Skip to content

Latest commit

 

History

History
84 lines (46 loc) · 2.55 KB

CHANGELOG.md

File metadata and controls

84 lines (46 loc) · 2.55 KB

v0.1.5 (2019-04-17)

Bug Fixes

  • number: fix printing float precision (#29)
  • print: remove infinite recursion in formatValue fn (#27)

Features

  • base64: decode base64 simple output if possible (#25)

v0.1.4 (2019-03-28)

Bug Fixes

  • parsing: enable lookahead of 3 (#23)

Chore

  • cleanup: remove empty test file

v0.1.3 (2019-03-25)

Bug Fixes

  • parser: allow alphanumeric header values (#21)
  • print: remove bug with trimming trailing new line in multi line text (#19)

Chore

  • test: fix multiline printer test
  • test: add hyphen test (#20)

Features

  • diff: add diff for base64 values (#16)

v0.1.2 (2019-02-22)

Bug Fixes

  • parser: allow hyphen in attribute keys (#15)
  • parser: allow slash symbols in attribute keys (#14)

v0.1.1 (2019-01-20)

Bug Fixes

  • diff: json.Marshal JSON diff to ensure formatting is equal (#9)
  • parser: recover from parser panics and return original input (#7)
  • version: set default version to 'dev' (#2)

Chore

  • demo: add demo recording to README (#3)

Features

  • diff: also show JSON diff output with arrays
  • printer: skip complex attributes where value did not change

v0.1.0 (2019-01-12)

Chore

  • circle-ci: add CircleCI integration (#1)
  • repo: initial repo commit

Features

  • scenery: initial public version of scenery