Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

30 lines (25 loc) · 2.48 KB

Changelog

0.0.3 - 2020-11-07

  • add linter [Cory Bennett] [7138767]
  • add empty module, we only have go core deps so far [Cory Bennett] [87b81de]
  • refactoring to allow adding tests [Cory Bennett] [a2a0d23]
  • changed float to float64; float type does not exist in go v1.10 [Stephanie Huynh] [66dbdb5]
  • add comment for golint [Cory Bennett] [fe9b04e]
  • tweak struct naming for arrays [Cory Bennett] [045a78f]
  • if file argument is "-" then read from stdin [Cory Bennett] [b582d9a]
  • print usage on no arguments [Cory Bennett] [20ca3a3]
  • add flag to enable/disable comment generation [Cory Bennett] [f6fa191]
  • gofmt [Cory Bennett] [062209b]
  • print comments for each type we write so golint will pass on the generated files [Cory Bennett] [d9e2ce9]
  • fix golint errors [Cory Bennett] [5c13244]

0.0.2 - 2016-08-07

  • tweak header on printed documents [Cory Bennett] [a09a964]
  • use address pointers when generating structs [Cory Bennett] [461a302]
  • cache processed types so we dont process them repeatedly [Cory Bennett] [95f9a6e]
  • fix camel casing logic [Cory Bennett] [f6d254f]
  • add basic handling for '$refs' properties to reference common definitions [Cory Bennett] [4268067]
  • fix missing type for patternProperties [Cory Bennett] [1b19afb]
  • add -stdout option to print code to stdout rather than file [Cory Bennett] [049f62f]
  • sort properties to esure consistent generation [Cory Bennett] [8885172]

0.0.1 - 2016-08-06

  • Initial Release