Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
Add initial CHANGELOG.md and CONTRIBUTING.md [#55] [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmnt4n committed Apr 13, 2014
1 parent 5fbfe36 commit 84e9a59
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# JSON3 Changelog

## 0.8.5

* Avoided relying on native functions `Math.abs`, and `isFinite`, and native constructors `String`, `Number`, `Object`, and `Array`
* Fixed AMD export logic

## 0.8.0

* Renamed `Prim` to `JSON3`
* Added `JSON3.Version`
* Added support for AMD lodaers as the `"json"` module
* Added feature tests for native `JSON` implementations
* Added string coercion for the `source` argument in `JSON3.parse`
* Fixed the date serialization routine in `JSON3.stringify`

## 0.5.0

* Fixed `Prim.stringify`'s handling of the `width` argument
* Added Microsoft's ES5 Conformance Tests to the test suite

## 0.2.0

* Added `Prim.stringify` for serializing values
* Renamed `Prim.Escapes` to `Prim.Unescapes`
* Disallowed unescaped tab characters in strings passed to `Prim.parse`

## 0.1.0

* Initial release of Prim

3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contributing to JSON3

If you'd like to contribute to JSON3, please review our contributing guidelines. Thanks!

0 comments on commit 84e9a59

Please sign in to comment.