Commit Graph
27 Commits
Author SHA1 Message Date
silverwind 44718b2f31 add CHANGELOG.md 2018-01-30 19:47:47 +01:00
silverwind 4cf740bf2f readme tweak 2018-01-30 19:45:36 +01:00
silverwind 140ea5c229 remove standard dependency replaced by eslint-plugin-standard 2018-01-14 12:17:37 +01:00
silverwind 50333108ba use standard eslint config 2018-01-14 12:11:15 +01:00
silverwind cdf403f93c 3.0.1 2018-01-14 10:25:25 +01:00
silverwind 6212a2cd8c add missing classes.js to published files 2018-01-14 10:25:08 +01:00
silverwind a7fd815e02 3.0.0 2018-01-14 10:17:20 +01:00
silverwind 3b76b23221 Change class option to take strings and document it (#4)
This changes to class option to take strings instead of integers, so 1
becomes 'IN', 3 becomes 'CH' and so on. Also documented the class
option.
2018-01-12 21:20:38 +01:00
silverwind a77e1bbcc7 2.0.0 2018-01-11 21:38:09 +01:00
silverwind 63730f557a fix ecmaVersion in .eslintrc 2018-01-11 21:36:37 +01:00
silverwind 6606c00fb3 convert to ES2015, tweak package.json 2018-01-11 21:34:58 +01:00
silverwind d8f93e94fc drop support for node 0.10 and 0.12
While the module currently technically works on those versions, ESLint does not
which makes the linter fail on those versions.
2018-01-11 21:26:07 +01:00
silverwind 7f35bac5b4 1.3.1 2018-01-11 21:22:40 +01:00
silverwind 3632f188fa add .eslintrc, fix issues 2018-01-11 21:22:10 +01:00
silverwind 81d4a963bf Merge pull request #19 from pusateri/eslint
Fix some glaring issues reported by eslint in test.js.
2018-01-11 17:12:17 +01:00
silverwind 8282bf4c3e Add docs for NS and SOA rrtypes 2018-01-10 19:53:04 +01:00
silverwind 0d8bb78efd 1.3.0 2018-01-10 19:43:49 +01:00
silverwind 424f9e8809 Merge pull request #17 from pusateri/rcode
Add support for RCODE and other header flag decoding.
2018-01-10 19:34:15 +01:00
silverwind f6869562f4 1.2.2 2017-08-16 12:34:58 +02:00
silverwind 79d307ba61 add files array to package.json - fixes #8 2017-08-16 12:34:29 +02:00
silverwind c61f402d48 1.2.1 2017-08-12 22:20:38 +02:00
silverwind e44b28c817 fix fallback for CAA flags 2017-08-12 22:09:43 +02:00
silverwind a39813b2d5 1.2.0 2017-08-12 18:42:17 +02:00
silverwind 03ca378b02 initialize caa flags to 0 when not given 2017-08-12 18:38:56 +02:00
silverwind a69aaa1023 add additional CAA tests 2017-08-12 18:25:10 +02:00
silverwind a5b461170f add .editorconfig 2017-08-12 16:08:19 +02:00
silverwind b2f320b83d use new Buffer APIs (#1) 2016-11-11 13:21:27 +09:00