Releases: tuananh/camaro
Releases · tuananh/camaro
v2.0.4
camaro 2.0.4
chore release: further reduce package size.
2.0.3
dep: remove bindings from dependencies
bindings was no longer required after we switch to node-pre-gyp
v2.0.0
camaro 2.0.0
- performance improvements.
v1.5.1
camaro 1.5.1
- update dependencies
- remove rdp on appveyor logs
v1.5.0
camaro 1.5.0
- Fix prebuilt binaries. I added
.npmignore
but forgot to add lib
folder to it which result in OS X binary (my local machine) distributed for all platform.
v1.2.0
camaro 1.2.0
- Switch to use forked pugixml to make it easier to add custom xpath functions
v1.1.6
camaro 1.1.6
1.1.4 and 1.1.5 are bad releases. Please use this instead.
- add
title-case
, lower-case
and upper-case
functions.
- fix
title-case
doesn't work as expected in some cases.