longshotlabs / simpl-schema

A JavaScript schema validation package that supports direct validation of MongoDB update modifier objects
https://www.npmjs.com/package/simpl-schema
MIT License
560 stars 114 forks source link

Changelog for 3.x #468

Closed jankapunkt closed 6 months ago

jankapunkt commented 1 year ago

Hey, I just realized that this package is somehow now at 3.x, while before has been on 1.x but I did not really find any explanation in the changelog nor an entry in the changelog about this change. Can you please clarify this a bit?

github-actions[bot] commented 1 year ago

Thank you for submitting an issue!

If this is a bug report, please be sure to include, at minimum, example code showing a small schema and any necessary calls with all their arguments, which will reproduce the issue. Even better, you can link to a saved online code editor example, where anyone can immediately run the code and see the issue.

If you are requesting a feature, include a code example of how you imagine it working if it were implemented.

If you need to edit your issue description, click the [...] and choose Edit.

Be patient. This is a free and freely licensed package that I maintain in my spare time. You may get a response in a day, but it could also take a month. If you benefit from this package and would like to see more of my time devoted to it, you can help by sponsoring.

jankapunkt commented 1 year ago

I can't find the builtin RegEx defnitions anymore, like emailWithTLD

aldeed commented 1 year ago

@jankapunkt You can find 3.0 release details in the PR. As for why 2.0 was skipped, there has been confusion because NPM 1.0 was actually 2.0 of the Meteor package, so I did a one-time major-version-skip to avoid that confusion in the future.

aldeed commented 1 year ago

And the more general answer is that the changelog for each version is in the GitHub releases since 1.7.3.