summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release v1.1.1HEADv1.1.1origin/masterorigin/HEADmasterMathias Bynens2017-01-234-5/+5
* Improve `he.encode` documentationmirabilos2016-08-311-1/+3
* bower.json: Add `license`mirabilos2016-08-311-0/+1
* Release v1.1.0v1.1.0Mathias Bynens2016-04-054-5/+5
* bin: Return with exit status `0` when calling with `-v`Dave Eddy2016-04-052-7/+5
* Add `decimal` option to `he.encode` for decimal numeric character referencesAndreas Kobler2016-04-057-17/+233
* Release v1.0.0v1.0.0Mathias Bynens2016-04-054-5/+5
* README: Update support sectionMathias Bynens2016-04-051-1/+13
* Update dependenciesMathias Bynens2016-04-051-2/+2
* Parse decimal numeric character references before decodingIngvar Stepanyan2016-04-054-2/+26
* Update build scripts and dataMathias Bynens2016-04-0420-2800/+2843
* Update dependenciesMathias Bynens2016-01-182-4/+5
* Test in Node.js v4.x.xMathias Bynens2015-09-131-1/+1
* Use Codecov instead of CoverallsMathias Bynens2015-08-314-5/+5
* Test in Rhino v1.7.6Mathias Bynens2015-05-071-2/+2
* Test in Rhino 1.7R5Mathias Bynens2015-02-242-5/+2
* Test in Node.js v0.12.xMathias Bynens2015-02-091-0/+1
* Use nvm to test in io.jsMathias Bynens2015-02-032-6/+2
* Update dependenciesMathias Bynens2015-01-268-27/+25
* Test in io.jsMathias Bynens2015-01-143-3/+8
* Test in RingoJS v0.11.0Mathias Bynens2014-12-232-3/+3
* Update URLsMathias Bynens2014-12-051-2/+2
* Update spec URLsMathias Bynens2014-09-155-11/+11
* Minor cleanupMathias Bynens2014-08-317-12/+12
* Tag the v0.5.0 releasev0.5.0Mathias Bynens2014-08-244-11/+11
* Implement `allowUnsafeSymbols` encoding optionMike Pennisi2014-08-247-11/+81
* Update URLsMathias Bynens2014-08-246-18/+11
* Set up CoverallsMathias Bynens2014-05-258-22/+82
* Clean up dependenciesMathias Bynens2014-05-243-5/+1
* Tag the v0.4.1 releaseMathias Bynens2014-05-244-5/+5
* Simplify `regexInvalidRawCodePoint`Mathias Bynens2014-05-244-49/+187
* Split scripts into separate files per exported valueMathias Bynens2014-05-2415-106/+267
* Clean up scriptsMathias Bynens2014-05-246-8203/+5957
* Fix off-by-one error in printable ASCII rangeMathias Bynens2014-05-247-44/+53
* Don’t encode invalid code points whose character references would refer to ...Mathias Bynens2014-05-245-14/+66
* Make lone high surrogates trigger parse errors tooMathias Bynens2014-05-245-2/+58
* Add `strict` option to `he.encode`Mathias Bynens2014-05-249-86/+180
* Scrape the spec for more dataMathias Bynens2014-05-233-34/+187
* Tag the v0.4.0 releaseMathias Bynens2014-05-235-11/+10
* Make `he.escape` escape backticks as wellMathias Bynens2014-05-234-12/+32
* Update dependenciesMathias Bynens2014-04-244-20/+31
* README: Explicitly request SVG badgesMathias Bynens2014-03-201-2/+2
* Update dependenciesMathias Bynens2014-03-191-5/+5
* component: Add `main`Mathias Bynens2013-11-111-0/+1
* man: Fix typosMathias Bynens2013-11-111-3/+3
* package.json: Add `bin` and `man`Mathias Bynens2013-11-111-0/+2
* README: Link to @zcorpan’s Twitter accountMathias Bynens2013-10-151-1/+1
* Update dependenciesMathias Bynens2013-10-153-26/+18
* Clean up GruntfileMathias Bynens2013-08-272-6/+3
* Tag the v0.3.6 releaseMathias Bynens2013-08-074-5/+5
* bin: Add `he --encode --everything 'abc'`Mathias Bynens2013-08-072-9/+25
* Remove unit tests for the binaryMathias Bynens2013-08-072-416/+0
* Remove redundant regular expressionsMathias Bynens2013-08-072-16/+6
* encode: Add `encodeEverything` optionMathias Bynens2013-08-0710-30/+286
* Update dependenciesMathias Bynens2013-08-041-2/+2
* Tag the v0.3.5 releaseMathias Bynens2013-08-045-6/+6
* Add some more testsMathias Bynens2013-08-042-0/+48
* Fix logic error in `scrape-spec.js`Mathias Bynens2013-08-044-36/+41
* Tag the v0.3.4 releaseMathias Bynens2013-08-034-5/+5
* data/decode-map-overrides: Filter keys mapping to themselvesMathias Bynens2013-08-023-48/+49
* Tweak script that scrapes the specMathias Bynens2013-08-021-7/+6
* Throw on all kinds of disallowed character referencesMathias Bynens2013-08-024-8/+50
* Tag the v0.3.3 releaseMathias Bynens2013-07-304-5/+5
* Avoid compiling `regexDecode` at runtimeMathias Bynens2013-07-303-69/+68
* Clean up `decode`Mathias Bynens2013-07-302-18/+26
* Avoid excessive decodingMathias Bynens2013-07-304-36/+94
* Travis: Only test in Node v0.10.xMathias Bynens2013-07-272-3/+6
* Tag the v0.3.2 releaseMathias Bynens2013-07-274-5/+5
* Add `he` binaryMathias Bynens2013-07-277-5/+668
* Update dependenciesMathias Bynens2013-07-275-17/+11
* README: Fix typoMathias Bynens2013-07-121-1/+1
* Tag the v0.3.1 releaseMathias Bynens2013-07-014-5/+5
* Add helpful error messagesMathias Bynens2013-07-012-16/+24
* Tag the v0.3.0 releaseMathias Bynens2013-07-014-5/+5
* Improve malformed entity detectionMathias Bynens2013-07-014-2/+56
* Tweak template variable namesMathias Bynens2013-07-012-4/+4
* README: Tweak introMathias Bynens2013-07-011-1/+1
* Make sure code points are stored as numbersMathias Bynens2013-07-012-135/+140
* Add `strict` option to `decode` that throws on parse errorsMathias Bynens2013-07-013-25/+169
* Add tests for `decode`’s new `strict` optionMathias Bynens2013-07-012-4/+396
* Generate an array of all code points that trigger a parse errorMathias Bynens2013-07-015-58/+231
* README: Fix typoMathias Bynens2013-07-011-1/+1
* Make file names of data files more consistentMathias Bynens2013-06-303-3/+4
* README: Fix indentationMathias Bynens2013-06-301-2/+2
* Remove stray `require('regenerate')`Mathias Bynens2013-06-291-1/+0
* Tag the v0.2.1 releaseMathias Bynens2013-06-284-5/+5
* Clean up data processing scriptsMathias Bynens2013-06-2817-4566/+9944
* Future-proof the script that scrapes the character reference overridesMathias Bynens2013-06-281-36/+32
* README: Clarify that `unescape` accepts an `options` argumentMathias Bynens2013-06-281-1/+1
* Tag the v0.2.0 releaseMathias Bynens2013-06-274-5/+5
* README: Tweak examplesMathias Bynens2013-06-271-2/+8
* decode: Support attribute value parsing modeMathias Bynens2013-06-275-12/+150
* decode: Make sure numerical escapes are within the Unicode rangeMathias Bynens2013-06-275-16/+37
* Tag the v0.1.10 releaseMathias Bynens2013-06-274-5/+5
* README: Fix examplesMathias Bynens2013-06-271-2/+2
* Encode `<>"'&` properly, even with `useNamedReferences: false`Mathias Bynens2013-06-274-6/+28
* escape: Use `&#x27;` instead of `&apos;` for backwards compatibilityMathias Bynens2013-06-274-4/+4
* encode: Add `useNamedReferences` option, disabled by defaultMathias Bynens2013-06-275-9/+93
* Tag the v0.1.9 releaseMathias Bynens2013-06-276-7/+11
* Implement the lookup table from the HTML specMathias Bynens2013-06-272-2/+24