mathiasbynens / he

A robust HTML entity encoder/decoder written in JavaScript.
https://mths.be/he
MIT License
3.43k stars 255 forks source link

Time for a new release? #41

Closed danhayden closed 8 years ago

danhayden commented 8 years ago

I see that there hasn't been a release since Aug 24, 2014. Any reason for this and will there be a release soon?

mathiasbynens commented 8 years ago

Why do you need a new release? There are no known bugs; the list of named character references in the HTML Standard hasn’t been updated; he works as it should.

danhayden commented 8 years ago

Because anyone using this through npm will be using version 0.5.0 and therefore not able to take advantage of the work that has gone into the repo since Aug 24, 2014

mathiasbynens commented 8 years ago

@danhayden he.js hasn’t been updated since the latest release, except for some minor changes in comments: https://github.com/mathiasbynens/he/compare/6606d5dacd888c2cfd9a93dfd6b8b5be4a518c16...4a5f578117b4e1cbf3a7b3a803afe296247b3199#diff-ce323cf52d64a3057332cf3538ca8b2d

danhayden commented 8 years ago

I've just realised that the commits since version 0.5.0 only affect development use not production i.e. devDependencies etc, apologies.