ember-model icon indicating copy to clipboard operation
ember-model copied to clipboard

A lightweight model library for Ember.js

Results 71 ember-model issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.16.2 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

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...

dependencies

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.2 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...

dependencies

This is a fix for @GavinJoyce PR on the backburner issue. I followed what ember data is doing (create a new backburner). This seems to work better.

`Ember.run.queues` no longer seems to be accessible in Ember 3.5. I'm trying `Ember.run.backburner.queueNames` which is still accessible

These changes are copied from CondeNast's fork at https://github.com/CondeNast-Copilot/ember-model, specifically from commit https://github.com/CondeNast-Copilot/ember-model/commit/9309a9ccc5e1b7a97a464f277670a219e9eedaac. - Bump addon to 3.0 and make compatible with 3.2 - Remove leaky variable declarations in model#load...

I followed the instructions in the README re:using ES6 module imports with Ember Model but unless I'm missing something, this does not work out of the box. You need to...

see https://github.com/ebryn/ember-model/pull/471#discussion_r168655823

As of Ember 3.0, `ember-source` is no longer published to bower. We should switch from bower to npm before the upgrade to Ember 3.0