makepanic / ember-power-calendar-date-fns

Internal utils of Ember Power Calendar built on top of date-fns
MIT License
2 stars 8 forks source link

RFC: Version Number Matches MAJOR and MINOR of date-fns #16

Open jherdman opened 4 years ago

jherdman commented 4 years ago

This would help, or remove the need, for the version table in the README. It's likely unimportant given that date-fns moves so slowly.

makepanic commented 4 years ago

I agree that the version table is pretty bad. I've only added it because date-fns and ember-power-calendar had breaking changes shortly after another.

I think this addon is production ready now and we might be able to bump to 1.0.0. I'm unsure what to follow though.

Currently I think matching ember-power-calendar makes more sense as date-fns (hopefully) wouldn't introduce breaking changes soon.