summaryrefslogtreecommitdiff
path: root/lib/Dumper.js
Commit message (Collapse)AuthorAgeFilesLines
* Update compiled filesJeremy Faivre2019-09-171-34/+39
|
* Prepare 0.2.9 releasev0.2.9jeremyfa2017-04-021-1/+1
|
* publish v0.2.5v0.2.5jeremyfa2016-02-161-4/+4
|
* Fix #33jeremyfa2015-04-291-1/+1
|
* Add most of the test cases and fix bugs making some test fail.Jeremy Faivre2014-08-251-7/+14
|
* Improve performances (more than 2 times faster), rewrite in coffee-script, ↵Jeremy Faivre2014-07-221-0/+46
fix various bugs. This is the first pass of rewrite of the YAML library (in progress). The focus was on improving code readability, make it well-documented and fix most of the current issues. It didn't focus on the performances yet, even though they are better than the previous version. The next big step (not included in this first pass in progress) will focus on removing most RegExps because they are time consuming and they make the code working on a "line by line" basis. The code will move to a "character by character" parsing, allowing us to deeply improve performances, and add new features from the 1.2 Yaml spec.