A native node addon to calcalate CRC16 values, adopted by MODBUS agreement.
- fix a param check bug (de764db8)
- fix:Buffer factory bug when node version is less than v5.10.0 (6fc831e1)
- feat:Add node native addon implement and the main entry (3bc81ad0)
- doc:Add Runkit example code (b344adc6)
- doc:Add some badges (d1821c77)
- doc:Add readme in English (339e538e)
- doc:Add readme in Chinese (468fd09a)
- refactor:Remove bufferfactory util (c91c3488)
- refactor:deprecate option.getArry and turn it to option.retType (8af05e59)
- refactor:c++ implementation (c65f543d)
- test:Add unit test about option.retType (a31f11e1)
- test:Add the exception test branch (7f3e383e)
- test:Integrating with Coveralls (a6707fca)
- test:Add C++ Unit Test using Catch (9882e526)
- test:Add supported node version (8234e473)
- test:Add CI using tranvis (45e0ec77)
- test:Add code coverage using istanbul (c1b747ba)
- test:increase the test case to 10000 (3f49576d)
- test:Add unit test (5ea90c4d)
- test:Add c++ code test and makefile (7d65cc38)
- benchmark:Add benchmark using nanobench (ca4156cf)
- benchmark:Add benchmark using benchmark.js (06453f52)
- chore:remove debug dependency (108a5d80)
- chore:update .changelogrc to make a whole versions changelog (21b16ae0)
- chore:Add .npmignore (61e8968e)
- chore:Add changelog (fc096515)
- chore:Add core algorithm c++ implementation (d5042c74)
Generated with git-changelog. If you have any problems or suggestions, create an issue. :) Thanks