Skip to content

v6.0.0

Choose a tag to compare

@sverweij sverweij released this 25 Apr 19:56
v6.0.0
ab8f3e3

🌟 features

  • 075253d refactor: convert to ESM (#17) 🚨 BREAKING CHANGE:
    • upem now is a 'pure ecmascript module'. As this upem is probably not used as a library in the first place, this shouldn't be a big deal. If you are using it as a library (1) let me know (2) either convert your module to pure ESM as well or remain on v5.0.0, which is perfectly functional (but won't be updated anymore)
    • upem v6 doesn't support node 10 anymore (which will be out of LTS soon anyway) and it requires node `^12.20||^14||^16.

👷 maintenance

  • ee9e0e0 / ddf7432 build(npm): ⬆️ dependency-cruiser, eslint, eslint-config-moving-meadow, eslint-config-prettier, eslint-plugin-budapestian, eslint-plugin-jest, eslint-plugin-unicorn, jest, lint-staged, prettier
  • f36f0c8 chore: 👞 travis