elmcraft / core-extra

Utility functions for an improved experience with elm/core
https://package.elm-lang.org/packages/elmcraft/core-extra/latest/
Other
22 stars 10 forks source link

Review rule to upgrade #32

Closed gampleman closed 5 months ago

gampleman commented 6 months ago

This adds a simple elm-review based script to help dealing with any deprecations we may want to make.

Closes #31.

Once/if we merge this, I would then expect further deprecations to also add code to do the auto-migration for them.

miniBill commented 6 months ago

This looks great!