1.1.0
- dc6560b feat(speed): make adding records much faster (#15)
- for a zone with 30,000 records, reduce insertion time from 7 minutes to ~3 seconds.
- method: populate owner index, use for duplicate and collision detection (vs linear array search)
- ba91800 enable windows testing (#13)
- test(bind): replace implicit \n with os.EOL
- test(index): add tests for removeChar, stripComment