dartclub / turf_dart

A turf.js-like geospatial analysis library working with GeoJSON, written in pure Dart.
https://pub.dev/packages/turf
MIT License
67 stars 30 forks source link

When will new release with line_slice included be released? #185

Closed basvdijk closed 4 months ago

basvdijk commented 4 months ago

For my project I need line_slice which is implemented in https://github.com/dartclub/turf_dart/blob/main/lib/src/line_slice.dart Any ideas when this will be released in a new turf_dart release on pub.dev?

lukas-h commented 4 months ago

Hi @basvdijk, our idea was to release a bigger 0.1.0 release. Instead I prepared a 0.0.10 release that contains lineSlice #186

basvdijk commented 4 months ago

@lukas-h thanks! Imho it is better to release often than to release big. This way every improvement is available to everyone instead of the ones who checkout master :)

lukas-h commented 4 months ago

Release will be done by today

lukas-h commented 4 months ago

The Github Action was stuck – only did a manual release today. Sorry.