Skip to content

Releases: groupon/cson-parser

v3.0.0

05 Feb 17:40
Compare
Choose a tag to compare

Breaking Changes

Since coffeescript contains a conflicting ./bin
symlink for the coffee command line tool, do not install this
version of cson-parser while you still have coffee-script
anywhere in your dependency tree.

See: 1d49f3b

Commits

  • chore: Use coffeescript instead of coffee-script - @jkrems #70
    • 1d49f3b chore: Use coffeescript instead of coffee-script - see: #67

v2.0.1

04 Jan 18:42
Compare
Choose a tag to compare

v2.0.0

30 May 15:07
Compare
Choose a tag to compare

Breaking Changes

The default used to be double quotes.

See the discussion here: #62

See: 0d1679f

Commits

  • Make single quotes the default in stringify - @samestep #63
    • 0d1679f feat: Make single quotes the default in stringify

v1.3.5

21 Dec 20:11
Compare
Choose a tag to compare

v1.3.4

25 Sep 00:05
Compare
Choose a tag to compare
  • Compatible with coffee-script 1.11.0 - @jkrems #57
    • ed54c9a fix: Compatible with coffee-script 1.11.0 - see: #56

v1.3.3

08 Mar 22:23
Compare
Choose a tag to compare

v1.3.2

13 Jan 20:56
Compare
Choose a tag to compare
  • Parser no longer requires support for constructor.name - @jkrems #52
    • c5591b3 fix: Handle missing fn.name

v1.3.1

28 Dec 18:01
Compare
Choose a tag to compare
  • chore: Move to nlm for publishing - @jkrems #50
    • 3c704a4 chore: Move to nlm for publishing