summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Update compiled filesJeremy Faivre2019-09-1711-1432/+1827
|
* Prepare 0.3.0 releasev0.3.0jeremyfa2017-06-241-11/+0
|
* Prepare 0.2.10 releasev0.2.10jeremyfa2017-04-201-1/+0
|
* Prepare 0.2.9 releasev0.2.9jeremyfa2017-04-0211-55/+85
|
* Update compiled libsThom Williams2016-08-191-2/+6
|
* Update compiled Util libThom Williams2016-08-191-2/+12
|
* Prepare 0.2.7 releasev0.2.7jeremyfa2016-03-251-0/+3
| | | | Fixes v0.2.6 not having up to date generated lib files.
* publish v0.2.5v0.2.5jeremyfa2016-02-1610-87/+87
|
* publish v0.2.4v0.2.4jeremyfa2015-09-152-24/+24
|
* Fix #46 and add the related unit testjeremyfa2015-09-151-1/+1
|
* Build with CoffeeScript 1.8.0IFours2015-07-2110-70/+70
|
* added global flag for unescapeSingleQuotedString methodIFours2015-07-2110-71/+71
|
* Fix #12 and add related unit testjeremyfa2015-05-221-1/+17
|
* Fix #30jeremyfa2015-05-221-0/+4
|
* Fix #29 and add unit tests to ensure it won't break againjeremyfa2015-05-221-0/+2
|
* Fix #33jeremyfa2015-04-2910-12/+12
|
* Recompile files and bump package version.v0.2.1Jérémy Faivre2014-10-221-1/+1
|
* Add additional tests. Fix asynchronous loading.Jérémy Faivre2014-09-142-5/+7
|
* Add most of the test cases and fix bugs making some test fail.Jeremy Faivre2014-08-255-26/+48
|
* Improve performances (more than 2 times faster), rewrite in coffee-script, ↵Jeremy Faivre2014-07-2210-0/+1789
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.