- #92 chore: switch to main & update packages (@aaarichter)
- #91 chore(deps): bump ini from 1.3.5 to 1.3.7 (@dependabot[bot])
- #90 chore: freeze [email protected] (@aaarichter)
- #87 chore(deps): update packages & drop node 8 support (@aaarichter)
- chore(deps): bump lodash from 4.17.15 to 4.17.19 - @dependabot[bot] #85
- chore(deps): bump acorn from 7.1.0 to 7.1.1 - @dependabot[bot] #84
- fix: address ltgm.com & remove superfluous arguments - @aaarichter #83
feb4690
fix: address ltgm.com & remove superfluous arguments
- chore: Remove yarn check that breaks people - @jkrems #77
4938d26
chore: Remove yarn check that breaks people - see: groupon//github.com/groupon/cson-parser/issues/74#issuecomment-438339958
- insert backslash to double quotes instead of triple quotes - @richardtks #76
b0229a6
fix: replace double quotes instead triple quotes
This removes support for Node 4 as well as for bundling the library for the browser without compilation.
See: 24a8ba8
- Fix audited packages, support Node 10, drop support for Node 4 - @markowsiak #73
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
- Apply latest nlm generator - @markowsiak #69
42a70eb
chore: Apply latest nlm generator
The default used to be double quotes.
See the discussion here: #62
See: 0d1679f
- Make single quotes the default in stringify - @samestep #63
0d1679f
feat: Make single quotes the default in stringify
- Apply latest nlm generator - @i-tier-bot #55
9905e06
chore: Apply latest nlm generator
- Parser no longer requires support for constructor.name - @jkrems #52
c5591b3
fix: Handle missing fn.name
- Add support for regular expressions - @jkrems #49
- Use flexible coffee-script version - @jkrems #47
- Support key with empty object - @charlierudolph #42
- Add fs-cson to readme - @charlierudolph #39
- Proper CSON single-line formatting - @charlierudolph #37
- Escape backslash in multi-line string - @jkrems #35
- Pin coffee-script version to 1.9.0 - @jkrems #33
- Run against iojs - @jkrems #27
- Added CSON package which now uses cson-parser - @balupton #25
- Rename to cson-parser - @jkrems #23
- Be explicit about registry for publish - @jkrems #19
- Unify
''
/""
handling, str.charAt(0) -> str[0] - @jkrems #22
- Use
vm.runInThisContext
instead of eval - @jkrems #18
- Add license SPDX ID to package.json - @jkrems #16
- Upgrade npub - @abloom #14
- Even nicer stringify with less noise - @jkrems #13
- Switch to coffee-script for parsing - @jkrems #10
- A nicer CSON.stringify - @johan #9
- Fix package meta data
- Initial public release