Skip to content

Tags: EmuxEvans/cson

Tags

v3.0.2

Toggle v3.0.2's commit message
v3.0.2 September 18, 2015

- Updated dependencies to avoid duplicate CoffeeScript installations

v3.0.1

Toggle v3.0.1's commit message
v3.0.1 March 16, 2015

- Fixed stdin support on Node 0.8

v3.0.0

Toggle v3.0.0's commit message
v3.0.0 March 16, 2015

- Every function now also supports callbacks (2nd or 3rd argument)
- Errors will now always maintain their stacks where possible
- Simplified some aliases (b/c break)
	- Changed `stringify` to now accept the arguments you would expect `stringify(data, replacer, indent)`
	- Changed `parse` to delegate to `parseCSONString` instead of `parseString`
	- Changed `load` to delegate to `parseCSONFile` instead of `parseFile`
	- Removed `require` (it use to delegate to `requireFile`)
- Updated dependencies

v2.0.0

Toggle v2.0.0's commit message
v2.0.0 February 6, 2015

- API has been rewritten to be more robust and simple
- CSON data is now parsed and stringified with the [cson-parser](https://www.npmjs.com/package/cson-parser) package
- CLI now supports stdin input
- Node v0.11 and IO.js support

v1.6.2

Toggle v1.6.2's commit message
v1.6.2 December 11, 2014

- Updated dependencies

v1.6.1

Toggle v1.6.1's commit message
v1.6.1 August 3, 2014

- Updated dependencies

v1.6.0

Toggle v1.6.0's commit message
- v1.6.0 May 17, 2014

	- Updated dependencies
	- Fixed error handling in certain conditions

v1.4.5

Toggle v1.4.5's commit message
- v1.4.5 October 31, 2013

	- Updated dependencies

v1.4.4

Toggle v1.4.4's commit message
v1.4.4. Improvement

v1.4.3

Toggle v1.4.3's commit message
v1.4.3. Improvement. Bugfix.

- v1.4.3 August 30, 2013
	- Better error handling when requiring a file that has syntax errors
	- Fixed stringify of '{}' giving '{{}}' which is invalid
		- Closes [issue bevry#21](bevry#21)