4.4 KiB
4.4 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.0.1 - 2022-10-11
Commits
- [eslint] fix indentation
1c92797 - [eslint] add eslint
6a05332 - [readme] rename, add badges, soft-wrap
cb1bd1a - [actions] add reusable workflows
49710ae - [eslint] use function decls, but avoid relying on hoisting
dcba2f4 - [Tests] switch to
taped31aaa0 - [meta] add
auto-changelog474188e - using travis
7064ab5 - [Refactor]
parse: move fn comments outside of the fn body78f111a - [meta] create FUNDING.yml; add
fundingin package.json98db8e1 - [meta] use
npmignoreto autogenerate an npmignore file1732b45 - [meta] update URLs
26ded36 - install notes
57daaee - Only apps should have lockfiles
1f25819 - [meta] add
safe-publish-latest8f3ef5e - [Tests] add
audinposttest4c64711 - Update tap.
8cf38a6 - fix broken browserify link
9dc7744
v0.0.0 - 2011-08-21
Commits
- first commit
11c7bdf - the recursive descent parser is the fastest, going with it
9210504 - took out unnecessary functions from json.js, only stringify-related stuff remain
99a8b65 - fix parse by removing another callback of indirection
10e1b96 - Hygiene
633fe5a - a package.json
5258ce2 - pared down parse.js
40d8617 - Style conformance.
ad6079c - forgot the readme and index.js
69d3062 - stringify test using garbage passes
29db45f - parse test passes too hooray
d58c20e - Create a JSON object only if one does not already exist.
8d11dc6 - !isFinite
8e0b15c - move into lib
006d2aa