summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update README.mdHEADdevelopJérémy Faivre2019-11-121-2/+9
|
* Update compiled filesJeremy Faivre2019-09-1715-1443/+1865
|
* Revert "Remove newlines before objects in arrays"Jeremy Faivre2019-09-171-1/+2
| | | | | | This reverts commit 3cbcddc35b3b0392db5b2b2962849177a7a3b254. This commit was breaking most tests and should not have been merged
* Build with latest coffeescript, fix a few errorsJeremy Faivre2019-09-175-6/+24
|
* Merge pull request #114 from trevorhreed/patch-1Jérémy Faivre2018-07-171-0/+4
|\ | | | | Update Dumper.coffee to ignore functions, until we find a better idea.
| * Update Dumper.coffeeTrevor2018-04-071-0/+4
|/
* Merge pull request #101 from kamoroso94/patch-1Jérémy Faivre2017-12-121-1/+1
|\ | | | | Correct typo
| * Correct typoKyle Amoroso2017-11-051-1/+1
|/
* Merge pull request #99 from WesCossick/patch-1Jérémy Faivre2017-10-231-2/+1
|\ | | | | Remove newlines before objects in arrays
| * Remove newlines before objects in arraysWes Cossick2017-10-231-2/+1
|/
* Add explicit credits / thanks section in README.mdJérémy Faivre2017-08-301-0/+6
|
* Prepare 0.3.0 releasev0.3.0jeremyfa2017-06-246-37/+4
|
* Remove Yaml.register(). Fix #83jeremyfa2017-06-241-14/+0
|
* Prepare 0.2.10 releasev0.2.10jeremyfa2017-04-206-7/+4
|
* Fix unreachable code. Closes #87 and #86jeremyfa2017-04-201-1/+0
|
* Prepare 0.2.9 releasev0.2.9jeremyfa2017-04-0217-154/+248
|
* Merge pull request #78 from jonathanperret/fix-tzoffsetJérémy Faivre2017-03-312-13/+13
|\ | | | | Fix reversed application of timezone offset (#77)
| * Fix typo: seperated -> separatedJonathan Perret2017-02-121-4/+4
| |
| * Fix reversed application of timezone offset (#77)Jonathan Perret2017-01-292-11/+11
| | | | | | | | | | | | | | Fixes #77. Also makes rounding unnecessary in tests by fixing fractional seconds in test data.
* | Merge pull request #68 from thomscode/developJérémy Faivre2017-02-127-16/+76
|\ \ | | | | | | Fix issue 59
| * \ Merge branch 'feature/issue-59' into developThom Williams2016-08-197-16/+76
| |\ \ | | |/ | |/|
| | * update compiled distThom Williams2016-08-193-6/+14
| | |
| | * Update compiled libsThom Williams2016-08-191-2/+6
| | |
| | * Simplify source by adding Utils.isEmptyObject methodThom Williams2016-08-191-2/+10
| | |
| | * Update compiled codeThom Williams2016-08-193-6/+26
| | |
| | * Update compiled Util libThom Williams2016-08-191-2/+12
| | |
| | * Add test for empty objectsThom Williams2016-08-192-1/+11
| | |
| | * Solve issue 59: Stringify empty objects inlineThom Williams2016-08-191-6/+6
| |/
* | Merge pull request #72 from iguntur/developJérémy Faivre2017-02-121-2/+2
|\ \ | | | | | | 👌 fix typo
| * | 👌 fix typoGuntur2016-10-191-2/+2
| |/
* | Merge pull request #79 from ar-shao/issue#60Jérémy Faivre2017-02-121-6/+5
|\ \ | | | | | | Fix issue #60
| * | Fix issue #60Airan Shao2017-02-111-6/+5
| |/ | | | | | | | | Parser.getNextEmbedBlock() should not return if current line is comment or blank.
* | Merge pull request #80 from ar-shao/multilineJérémy Faivre2017-02-124-24/+35
|\ \ | | | | | | Multiline compact sequence/mapping/string
| * | Multiline compact sequence/mapping/stringAiran Shao2017-02-114-24/+35
| |/ | | | | | | | | | | | | Fix following issues: 1) Multiline compact sequence/mapping/quoted string can begin without indentation. 2) Unquoted string can extend to multiline with proper indentation.
* | Merge pull request #81 from ar-shao/regflagJérémy Faivre2017-02-121-4/+4
|\ \ | | | | | | Fix: unable to parse end of the document marker (...)
| * | Fix: unable to parse end of the document marker (...)Airan Shao2017-02-111-4/+4
| |/ | | | | | | | | | | | | | | | | In Regexp, '^' and '$' by default match the beginning and end of the whole string rather than a single line. In Parser.parse(), each line is a separate string, so this is fine. But in Parser.cleanup(), the whole document is a single string. To allow '^' and '$' matching the beginning and end of line in this string, we need modifier 'm' to make RegExp work in multiline mode.
* | Merge pull request #82 from ar-shao/patternJérémy Faivre2017-02-121-1/+1
|\ \ | |/ |/| replaceAll always replace str with ''
| * replaceAll always replace str with ''Airan Shao2017-02-111-1/+1
|/ | | | Should replace matching string with parameter "replacement", not ''.
* Prepare 0.2.8 releasev0.2.8jeremyfa2016-06-221-1/+1
|
* Merge pull request #63 from simono/update-dependenciesJérémy Faivre2016-06-211-4/+4
|\ | | | | Update dependencies and devDependencies.
| * Update dependencies and devDependencies.Simon Olofsson2016-06-211-4/+4
|/
* Prepare 0.2.7 releasev0.2.7jeremyfa2016-03-256-36/+50
| | | | Fixes v0.2.6 not having up to date generated lib files.
* publish v0.2.6v0.2.6jeremyfa2016-02-281-1/+1
|
* Merge pull request #58 from dtaniwaki/ignore-empty-lines-for-smallest-indentJérémy Faivre2016-02-282-0/+4
|\ | | | | Ignore empty lines for smallest indent
| * Ignore empty lines for smallest indentdtaniwaki2016-02-272-0/+4
| |
* | Add build status in README.mdJérémy Faivre2016-02-281-0/+2
| |
* | Add Travis CI integrationjeremyfa2016-02-282-0/+10
|/
* publish v0.2.5v0.2.5jeremyfa2016-02-1615-119/+159
|
* Merge branch 'develop' of github.com:jeremyfa/yaml.js into developjeremyfa2016-02-161-1/+0
|\
| * Remove duplicate devDependencies entry in package.jsonJérémy Faivre2015-11-101-1/+0
| |