Skip to content

Latest commit

 

History

History
239 lines (152 loc) · 9.61 KB

CHANGELOG.md

File metadata and controls

239 lines (152 loc) · 9.61 KB

v4.0.9 (2021-03-26)

🏡 Internal

v4.0.8 (2021-02-17)

🔼 Dependencies

v4.0.7 (2020-11-23)

🔼 Dependencies

v4.0.6 (2020-11-19)

🏡 Internal

  • #87 chore(deps): update packages & drop node 8 support (@aaarichter)

4.0.5

4.0.4

  • fix: address ltgm.com & remove superfluous arguments - @aaarichter #83
    • feb4690 fix: address ltgm.com & remove superfluous arguments

4.0.3

4.0.2

4.0.1

  • insert backslash to double quotes instead of triple quotes - @richardtks #76
    • b0229a6 fix: replace double quotes instead triple quotes

4.0.0

Breaking Changes

This removes support for Node 4 as well as for bundling the library for the browser without compilation.

See: 24a8ba8

Commits

  • Fix audited packages, support Node 10, drop support for Node 4 - @markowsiak #73
    • 66756aa chore: update packages from audit
    • 24a8ba8 chore: support node 10, drop support node 4
    • 16800e3 chore: use npm 6

3.0.0

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

2.0.1

2.0.0

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

1.3.5

1.3.4

  • Compatible with coffee-script 1.11.0 - @jkrems #57
    • ed54c9a fix: Compatible with coffee-script 1.11.0 - see: #56

1.3.3

1.3.2

  • Parser no longer requires support for constructor.name - @jkrems #52
    • c5591b3 fix: Handle missing fn.name

1.3.1

  • chore: Move to nlm for publishing - @jkrems #50
    • 3c704a4 chore: Move to nlm for publishing

1.3.0

  • Add support for regular expressions - @jkrems #49

1.2.0

  • Use flexible coffee-script version - @jkrems #47

1.1.1

  • Support key with empty object - @charlierudolph #42

1.1.0

  • Add fs-cson to readme - @charlierudolph #39
  • Proper CSON single-line formatting - @charlierudolph #37

1.0.9

  • Escape backslash in multi-line string - @jkrems #35
  • Pin coffee-script version to 1.9.0 - @jkrems #33

1.0.8

  • Run against iojs - @jkrems #27

1.0.7

  • Added CSON package which now uses cson-parser - @balupton #25

1.0.6

  • Rename to cson-parser - @jkrems #23

1.0.5

  • Be explicit about registry for publish - @jkrems #19
  • Unify ''/"" handling, str.charAt(0) -> str[0] - @jkrems #22

1.0.4

  • Use vm.runInThisContext instead of eval - @jkrems #18

1.0.3

  • Add license SPDX ID to package.json - @jkrems #16

1.0.2

  • Upgrade npub - @abloom #14

v1.0.1

  • Even nicer stringify with less noise - @jkrems #13

v1.0.0

  • Switch to coffee-script for parsing - @jkrems #10

v0.2.0

  • A nicer CSON.stringify - @johan #9

v0.1.1

  • Fix package meta data

v0.1.0

  • Initial public release