Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update build scripts and data | Mathias Bynens | 2016-04-04 | 1 | -3/+5 |
| | | | | The spec changed the order of some listings here and there. | ||||
* | Update dependencies | Mathias Bynens | 2015-01-26 | 1 | -1/+0 |
| | |||||
* | Clean up dependencies | Mathias Bynens | 2014-05-24 | 1 | -3/+0 |
| | |||||
* | Simplify `regexInvalidRawCodePoint` | Mathias Bynens | 2014-05-24 | 1 | -12/+12 |
| | | | | | | By using a lookahead the regular expression to match lone surrogates gets a bit more compact. This also fixes an encoding issue caused by a typo that was introduced in 74fd7cd1b3fad9f464b778acff8ffeb0d3a47163. | ||||
* | Split scripts into separate files per exported value | Mathias Bynens | 2014-05-24 | 1 | -87/+12 |
| | |||||
* | Clean up scripts | Mathias Bynens | 2014-05-24 | 1 | -27/+20 |
| | |||||
* | Fix off-by-one error in printable ASCII range | Mathias Bynens | 2014-05-24 | 1 | -6/+6 |
| | |||||
* | Don’t encode invalid code points whose character references would refer to ↵ | Mathias Bynens | 2014-05-24 | 1 | -0/+28 |
| | | | | | | | | another code point I.e. the code points listed in the first column of the overrides table at <http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#table-charref-overrides>. Closes #19. | ||||
* | Make lone high surrogates trigger parse errors too | Mathias Bynens | 2014-05-24 | 1 | -0/+1 |
| | |||||
* | Add `strict` option to `he.encode` | Mathias Bynens | 2014-05-24 | 1 | -3/+20 |
| | | | | Ref. #19. | ||||
* | Update dependencies | Mathias Bynens | 2014-04-24 | 1 | -2/+3 |
| | |||||
* | Update dependencies | Mathias Bynens | 2013-10-15 | 1 | -7/+1 |
| | |||||
* | encode: Add `encodeEverything` option | Mathias Bynens | 2013-08-07 | 1 | -7/+44 |
| | | | | Ref. #12. | ||||
* | Avoid compiling `regexDecode` at runtime | Mathias Bynens | 2013-07-30 | 1 | -1/+4 |
| | |||||
* | Update dependencies | Mathias Bynens | 2013-07-27 | 1 | -1/+1 |
| | |||||
* | Tweak template variable names | Mathias Bynens | 2013-07-01 | 1 | -2/+2 |
| | |||||
* | Generate an array of all code points that trigger a parse error | Mathias Bynens | 2013-07-01 | 1 | -0/+1 |
| | | | | Ref. #9. | ||||
* | Make file names of data files more consistent | Mathias Bynens | 2013-06-30 | 1 | -1/+1 |
| | |||||
* | Clean up data processing scripts | Mathias Bynens | 2013-06-28 | 1 | -0/+33 |