All Versions
35
Latest Version
Avg Release Cycle
97 days
Latest Release
-

Changelog History
Page 1

  • v6.5.0 Changes

    ๐Ÿ… New Features/Enhancements

    ๐Ÿ›  ๐Ÿ› Bug Fixes

    ๐Ÿ“š ๐Ÿ“– Documentation

    ๐Ÿ”” Misc

  • v6.4.0 Changes

    ๐Ÿ… New Features/Enhancements

    ๐Ÿ›  ๐Ÿ› Bug Fixes

    ๐Ÿ“š ๐Ÿ“– Documentation

    ๐Ÿ”” Misc

  • v6.3.0 Changes

    ๐Ÿ›  Fix issues importing Turf for react-native, webpack 5, and other bundlers

    (PR https://github.com/Turfjs/turf/pull/2004 - Author r0b0t3d) (PR https://github.com/Turfjs/turf/pull/2011 - Author mfedderly)

    [@turf/turf][turf] expose @turf/boolean-intersect

    (PR https://github.com/Turfjs/turf/pull/2007 - Author rowanwins)

  • v6.2.0 Changes

    ๐Ÿš€ After a bit of hiatus, TurfJS is resuming releases.

    โšก๏ธ โญ๏ธ Major Updates

    • ๐Ÿ“ฆ ES Modules available for all packages
    • Tree shaking should significantly reduce import size of @turf/turf
    • ๐Ÿ‘ Better support for ESM modules (PR https://github.com/Turfjs/turf/pull/1942 - Author @diachedelic)
    • โœ… Clean-up of test and benchmark running to make publishing easier
    • Enforce styling using Prettier
    • ๐Ÿ‘• Enable ESLint and get rid of unused variables
    • โฌ†๏ธ Upgrade rollup for more correct javascript module builds
    • Only include ES5 code

    ๐Ÿš€ New Modules

    [@turf/boolean-touches][boolean-touches]

    Determines if two features touch but do not intersect

    [@turf/boolean-valid][boolean-valid]

    Checks if the geometry is a valid according to the OGC Simple Feature Specification

    [@turf/quadrat-analysis][quadrat-analysis]

    Performs a quadrat analysis on a set of points

    [@turf/rectangle-grid][rectangle-grid]

    Creates a grid of rectangles from a bounding box

    [@turf/voroni][voronoi]

    ๐Ÿ›  Typescript types for the options parameter have been fixed (PR https://github.com/Turfjs/turf/pull/1424 - Author @stevage)

    [@turf/points-within-polygon][points-within-polygon]

    Typescript types around the Feature's Properties will now be preserved. (PR https://github.com/Turfjs/turf/pull/1761 - Author @rugheid)

    [@turf/rewind][rewind]

    Typescript types for the 'reverse' option are now correct. Previously it was misnamed as 'reversed'. (PR https://github.com/Turfjs/turf/pull/1786 - Author @jonnycornwell)

    [@turf/difference][difference]

    No longer publishes an .mjs file.

    [@turf/meta][meta]

    No longer publishes an .mjs file.

    [@turf/tag][tag]

    โž• Add MultiPolygon support. (PR https://github.com/Turfjs/turf/pull/1996 - Author bryceroney)

    ๐Ÿ›  ๐Ÿ› Bug Fixes

    ๐Ÿ… New Features/Enhancements

    ๐Ÿ“š ๐Ÿ“– Documentation

    โš ๏ธ Breaking Change

  • v6.2.0-alpha.3

    December 10, 2020
  • v6.2.0-alpha.2 Changes

    ๐Ÿš€ After a bit of hiatus, TurfJS is resuming releases.

    โšก๏ธ โญ๏ธ Major Updates

    • ๐Ÿ“ฆ ES Modules available for all packages
    • Tree shaking should significantly reduce import size of @turf/turf

    ๐Ÿš€ New Modules

    [@turf/boolean-touches][boolean-touches]

    Determines if two features touch but do not intersect

    [@turf/boolean-valid][boolean-valid]

    Checks if the geometry is a valid according to the OGC Simple Feature Specification

    [@turf/quadrat-analysis][quadrat-analysis]

    Performs a quadrat analysis on a set of points

    [@turf/rectangle-grid][rectangle-grid]

    Creates a grid of rectangles from a bounding box

    [@turf/voroni][voronoi]

    ๐Ÿ›  Typescript types for the options parameter have been fixed (PR https://github.com/Turfjs/turf/pull/1424 - Author @stevage)

    [@turf/points-within-polygon][points-within-polygon]

    Typescript types around the Feature's Properties will now be preserved. (PR https://github.com/Turfjs/turf/pull/1761 - Author @rugheid)

    [@turf/rewind][rewind]

    Typescript types for the 'reverse' option are now correct. Previously it was misnamed as 'reversed'. (PR https://github.com/Turfjs/turf/pull/1786 - Author @jonnycornwell)

    [@turf/difference][difference]

    No longer publishes an .mjs file.

    [@turf/meta][meta]

    No longer publishes an .mjs file.

    ๐Ÿ›  ๐Ÿ› Bug Fixes

    ๐Ÿ… New Features/Enhancements

    ๐Ÿ“š ๐Ÿ“– Documentation

    โš ๏ธ Breaking Change

  • v6.2.0-alpha.1 Changes

    March 26, 2020

    ๐Ÿš€ After a bit of hiatus, TurfJS is resuming releases.

    โšก๏ธ โญ๏ธ Major Updates

    • ๐Ÿ“ฆ ES Modules available for all packages
    • Tree shaking should significantly reduce import size of @turf/turf

    ๐Ÿ†• New Modules

    [@turf/boolean-touches][boolean-touches]

    Determines if two features touch but do not intersect

    [@turf/boolean-valid][boolean-valid]

    Checks if the geometry is a valid according to the OGC Simple Feature Specification

    [@turf/quadrat-analysis][quadrat-analysis]

    Performs a quadrat analysis on a set of points

    [@turf/rectangle-grid][rectangle-grid]

    Creates a grid of rectangles from a bounding box

    [@turf/voroni][voronoi]

    ๐Ÿ›  Typescript types for the options parameter have been fixed (PR https://github.com/Turfjs/turf/pull/1424 - Author @stevage)

    [@turf/points-within-polygon][points-within-polygon]

    Typescript types around the Feature's Properties will now be preserved. (PR https://github.com/Turfjs/turf/pull/1761 - Author @rugheid)

    [@turf/rewind][rewind]

    Typescript types for the 'reverse' option are now correct. Previously it was misnamed as 'reversed'. (PR https://github.com/Turfjs/turf/pull/1786 - Author @jonnycornwell)

    [@turf/difference][difference]

    No longer publishes an .mjs file.

    [@turf/meta][meta]

    No longer publishes an .mjs file.

  • v6.2.0-alpha.0

    March 25, 2020
  • v5.1.6

    December 10, 2017
  • v5.1.5

    December 10, 2017