- Update DBF gem to allow version 5.0 (#53, ilvez)
- Rubocop updates and execution (#51, ObiWanKeoni)
- Add option to allow unsafe parsing of shapefiles (#50, ObiWanKeoni)
- Fix issue reading polylines without m values (#44, rywall)
- Don't pass invalid encodings to DBF (#43, rywall)
- Add Enumerable to the Reader (#40, x4d3)
- Handle invalid DBF file (#37, rywall)
- Update DBF gem to version 4.x, bump minimum Ruby version to 2.4 (#38, alvir)
- Check dbf record attributes / allow DBF file to have fewer records than SHX (#34, womanonrails / #28, marcisv)
- Use .cpg file to specify the DBF encoding (#32, rywall)
- Remove :dbf_encoding option introduced in 1.2.0
- Add ability to specify the DBF encoding (#30, rywall)
- Allow rgeo 2.0 (#29, sunpoet)
- Require ruby 2.3+
- Require rgeo 1.0 (#27)
- Freeze strings
- Require ruby 2.1+
- Handle non-string path objects in Reader (#20, msimonborg)
- Fix homepage in gemspec
- Do not distribute test files in gem
- Require ruby 2.0
- Require ruby 1.9.3+
- Moved into rgeo org on github.
- Update development environment to match other rgeo projects.
- The gemspec no longer includes the timestamp in the version, so that bundler can pull from github. (Reported by corneverbruggen)
- Fixed a few warnings
- Travis CI integration.
- The dbf gem is now a hard dependency (now that it no longer pulls in ActiveSupport).
- Reader#initialize no longer tries to modify its parameters in place. (Reported by Brad Johnson.)
- DBF column reading should be more robust. (Possible fix for GH-4, reported by michael-groble.)
- Added an "rgeo-shapefile.rb" wrapper so bundler's auto-require will work without modification. (Reported by Mauricio Pasquier Juan.)
- A .gemspec file is now available for gem building and bundler git integration.
- The gem version is now accessible via an api.
- Attributes were each listed twice under slightly different names. Fixed. (Reported by spara.)
- Initial public alpha release. Spun rgeo-shapefile off from the core rgeo gem.
- Removed the :default_factory option, for consistency with the other modules.
- Several reader methods didn't properly check if the file was still opened. Fixed.
For earlier history, see the History file for the rgeo gem.