All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Now supporting node v10
- Upgraded to libosmium v2.14.0.
- Upgraded to nan v2.10.0
- Upgraded to node-pre-gyp v0.10.1
- Upgraded to boost 1.66.0
- Upgraded to expat 2.2.4
- Upgraded to clang++ 5.0.1
- Upgraded to libosmium v2.12.2.
- Upgraded to nan v2.6.2
- Upgraded to node-pre-gyp v0.6.36
- Upgraded to boost 1.63.0
- Upgraded to expat 2.2.0
- Now compiling with clang++ 4.0.1
- No longer providing binaries for node v5
- Now building binaries against libstdc++-4.8-dev (which avoids a dependency on >= GLIBCXX 3.4.20)
- Should work on >= ubuntu trusty and amazon linux without needing to upgrade libstdc++
- Added node v8 binaries
0.5.4 - 2016-11-21
- Using newest libosmium, version 2.10.3.
0.5.3 - 2016-09-19
- Using newest libosmium, version 2.9.0.
0.5.2 - 2016-07-28
- Now properly statically linking bz2 on linux (no longer accidentally depends on shared libbz2)
- Fixed memory leak in handler which regressed in 0.5.0. (#79)
- Add area support to
object_to_entity_bits()
function. (#49)
0.5.1 - 2016-07-21
- Support for node v6.
- Updated to libosmium 2.7.2
0.5.0 - 2016-03-31
- Support for node v4 and v5 (now ported to use [email protected])
- Updated to libosmium 2.6.1
0.4.5 - 2016-02-10
- Updated to libosmium 2.6.0
- Fixed abort when invalid data is based to an
osmium.Buffer
0.4.4 - 2015-11-10
- Removes bindings from npm bundle to fix installation via node-pre-gyp
0.4.3 - 2015-11-10
- GeoJSON support for Areas
- Lots of tests for Areas
- Issue with buffer not being flushed which resulted in some Areas not showing up in the handler.
0.4.2 - 2015-09-01
- Updated to libosmium 2.4.1
0.4.0 - 2015-08-19
- Added
osmium.Stream
- Added
osmium.FlexReader
- Added
osmium.Filter
- Renamed
osmium.Reader
toosmium.BasicReader
- Updated to libosmium@33d479d7eada041
- Ported build system to mason
- Upgraded node-pre-gyp to 0.6.6
- Preliminary support for running on windows
- Upgraded node-pre-gyp to 0.5.10