ember-custom-actions
ember-custom-actions copied to clipboard
Custom API actions for Ember applications
Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
I see this deprecation since Ember `3.9.0`: > DEPRECATION: The #options computed property was just overriden. This removes the computed property and replaces it with a plain value, and has...
Following https://github.com/Exelord/ember-custom-actions/pull/53 --- Hello, This PR is here to be able to used unamed action :) And I take a look into buildUrl mixin to replace jquery-params by the native...
[Code Block I'm Referencing](https://github.com/Exelord/ember-custom-actions/blob/3864bfe29404b7321426bce2d1dd3119d4c0f055/addon/actions/action.js#L181-L208) In the _onSuccess handler, when pushToStore is true, `this._validResponse(response)` ensures the response is an object with > 0 keys. However later on when `this.get('serializer').normalizeArrayResponse` is called...
Hi, my server expects payloads for actions to be form parameters (application/x-www-form-urlencoded) and not json. Alternatively it will accept an empty payload and the parameters can be passed as query...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) to 4.1.1 and updates ancestor dependencies [http-cache-semantics](https://github.com/kornelski/http-cache-semantics), [ember-source-channel-url](https://github.com/rwjblue/ember-source-channel-url) and [ember-try](https://github.com/ember-cli/ember-try). These dependencies need to be updated together. Updates `http-cache-semantics` from 3.8.1 to 4.1.1 Commits 2449650 Update mocha 560b2d8...
Bumps [debug](https://github.com/debug-js/debug) to 2.6.9 and updates ancestor dependency [ember-cli-favicon](https://github.com/davewasmer/ember-cli-favicon). These dependencies need to be updated together. Updates `debug` from 2.2.0 to 2.6.9 Release notes Sourced from debug's releases. 2.6.9 Patches...
Bumps [ms](https://github.com/vercel/ms) to 2.0.0 and updates ancestor dependencies [ms](https://github.com/vercel/ms), [ember-cli-favicon](https://github.com/davewasmer/ember-cli-favicon) and [debug](https://github.com/debug-js/debug). These dependencies need to be updated together. Updates `ms` from 0.7.1 to 2.0.0 Release notes Sourced from ms's...
Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...