Releases: jedwards1211/preserve-case
Releases · jedwards1211/preserve-case
v1.1.1
1.1.1 (2018-08-13)
Bug Fixes
- createSearchRegExp: set u flag if necessary (3febe36)
v1.1.0
1.1.0 (2018-08-13)
Features
- export replace.createSearchRegExp function (93999af)
v1.0.3
1.0.3 (2018-08-13)
Bug Fixes
- mistake in special replacement pattern handling (25f023e)
v1.0.2
1.0.2 (2018-08-13)
Bug Fixes
- handle out-of-bounds the same way as string.replace does (259c189)
v1.0.1
1.0.1 (2018-08-13)
Bug Fixes
- support $ special replacement patterns (4551d47)
v1.0.0
<a name"1.0.0">
1.0.0 (2017-06-16)
Bug Fixes
- replace.all:
- add polyfill for RegExp.flags (66eabd16)
- handle non-RegExp query properly (89931cc6)
Features