Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup JSON encoder gem loading | Kornelius Kalnbach | 2011-09-19 | 1 | -2/+2 |
| | |||||
* | Major rewrite of encoders to support IO output; fixed some minor scanner ↵ | Kornelius Kalnbach | 2011-08-19 | 1 | -7/+20 |
| | | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests | ||||
* | minor support fixes for some Ruby engines and versions | murphy | 2011-07-08 | 1 | -1/+1 |
| | |||||
* | Made token methods of JSON encoder public. | murphy | 2010-06-29 | 1 | -4/+5 |
| | |||||
* | Improved JSON encoder: Loading of json library in JRUBY, error messages, ↵ | murphy | 2010-06-29 | 1 | -35/+14 |
| | | | | "early death" by loading it when the encoder is loaded. | ||||
* | Direct Streaming! See #142 and Changes.textile. | murphy | 2010-05-01 | 1 | -3/+15 |
| | |||||
* | Added documentation to encoders; more code cleanups. | murphy | 2010-03-30 | 1 | -7/+16 |
| | |||||
* | Fixed example tests. | murphy | 2009-12-31 | 1 | -1/+6 |
| | | | | | | | | | | | * test:clean task also deletes .expected.html files * LinesOfCode encoder can deal with tokens that have no scanner. Tests were added for this. * JSON encoder load rubygems if necessary. * NEW :loc as an alias for :lines_of_code * NEW Scanner methods marshal_dump, marshal_load FIXED Tokens dumping (failed while trying to dump @scanner) | ||||
* | JSON encoder: New format to preserve all information and be more accessible ↵ | murphy | 2009-12-30 | 1 | -2/+47 |
| | | | | for JavaScript programmers (each token is an object). Also a refactorization. Added tests. | ||||
* | New: *JSON Encoder* | murphy | 2009-04-20 | 1 | -0/+19 |
Very simple. Not streamable yet. |