ember-changeset-validations
ember-changeset-validations copied to clipboard
Validations for ember-changeset
## Changes proposed in this pull request * Fixed a small typo in README
## Changes proposed in this pull request This adds an index.js on the utils path so utils can be imported from that. This is done because [@types/ember-changeset-validations](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/ember-changeset-validations/utils/index.d.ts) has definitions for...
Closes #354 . ## Changes proposed in this pull request As mentioned in the issue above, the provided description coming from a validation was not passed to the rawOutput in...
Hey there, 👋 I'm currently working on internationalizing our application. This also includes all our validation messages. To get this to work properly for the default messages * I moved...
The package.json implies a declaration folder should include all the types for the exported modules but it is missing from the published package: https://github.com/adopted-ember-addons/ember-changeset-validations/blob/master/package.json#L23 https://www.npmjs.com/package/ember-changeset-validations/v/5.0.0?activeTab=code
This would bring high quality .d.ts files to users of the addon and eliminate need for [`@types/ember-changeset-validations`](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ember-changeset-validations)
This PR is a preview of the release that [release-plan](https://github.com/embroider-build/release-plan) has prepared. To release you should just merge this PR 👍 ----------------------------------------- ## Release (2025-05-01) * ember-changeset-validations 5.0.1 (patch) ####...