Skip to content

v2.2.0

Choose a tag to compare

@notthelewis notthelewis released this 02 Jul 03:59
· 43 commits to main since this release
  • Merge pull request #5 from notthelewis/feature/documentation-cleanup f800a18
  • Added JSON minify script to the compile function. It requires a Linux machine with jq and tee installed. cc6261d
  • The package.json was.... unnecessarily large. Removed almost all of the dev dependcies, only 4 remain.... Compared to the 50+ that were there before. The reason this was so large previously, is because I accidentally installed a global dependency locally. Schoolboy error. 2a7bb5f
  • Offloaded the naming convention descriptions from README.md, into naming_conventions.md 340c556
  • Offloaded the supported types from README.md, into types.md 84f75c2
  • Offloaded example usage from README.md, into examples.md ab160bf
  • Offloaded most of the README.md into separate .md files; namely examples.md, naming_conventions.md, types.md. The purpose of this is to reduce npm package bloat, as all other .md's are not published to the package. 8db0f33

v2.1.0...v2.2.0