Skip to content

Releases: juanpujol/polyunion

v0.1.3

25 Mar 12:14
5d72db2
Compare
Choose a tag to compare

Fixes 🐞


New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

12 Mar 18:53
0074b6a
Compare
Choose a tag to compare

Fixes 🐞

v0.1.1

04 Mar 03:33
91ce4d2
Compare
Choose a tag to compare

Fixes 🐞

  • Fix .npmignore to include only necessary files

v0.1.0

03 Mar 22:13
911ac67
Compare
Choose a tag to compare

The code is stable enough for use and I'm proud to release it as v0.1.0 🤣. Will improve along with more tests as needed.

Refactors & Improvements ✨

  • Removed some unnecessary dependencies
  • Added eslint
  • Implemented minification on build
  • Simplified function by removing unnecessary parameters

v0.0.2

03 Mar 17:06
b284056
Compare
Choose a tag to compare

Full Changelog: v0.0.1...v0.0.2

Refactors & Improvements ✨

  • Add github action to publish to npm when a new release is published
  • Add github action to run unit tests #3
  • Reduce package size by importing turf modules individually #1
SCR-20240303-liaw SCR-20240303-limr

v0.0.1

03 Mar 15:31
Compare
Choose a tag to compare

First release 🚀

Hey!

Just a heads-up: this is more of a test run than a ready-for-prime-time release. I'm looking to you to help me iron out the kinks and make this thing better 🙏

Notes

Gotta admit, Turf.js is a bit hefty as a dependency. Next time around, I'll be switching to individual module imports to slim things down.

Thanks.