vue-simple-range-slider
Version:
Change Your numeric value or numeric range value with dragging handles
20 lines (14 loc) • 523 B
Markdown
- add support for deprecated IPv4 compatible IPv6 addresses
- drop node 8 testing, add v14
- fix parseInt for decimal, octal, hex
- add support for classful (2,3 octet) IPv4
### 2.0.0 - 2019-10-13
- use es6 templates instead of concatenated strings
- lint: update tests with no-var
- lint: allow no-cond-assign with extra parens
- es6: replace var with const/let
- update README with es6 examples #125
- replace nodeunit with mocha
- rewrite in JS, drop CoffeeScript
### 1.9.1 - 2019-07-03