Releases: miragejs/ember-cli-mirage
Releases · miragejs/ember-cli-mirage
v2.4.0
🚀 Enhancement
- #2329 Deprecate the routes only version of the config (@cah-briangantzler)
Committers: 2
- Brian Gantzler (@cah-briangantzler)
v2.3.2
🐛 Bug Fix
- #2322 Fix deprecated hasMany and belongsTo imports from miragejs (@SergeAstapov)
- #2324 Point users of deprecated inflector methods to ember-inflector (@jrjohnson)
Committers: 2
- Sergey Astapov (@SergeAstapov)
- Jonathan Johnson (@jrjohnson)
v2.3.1
v2.3.1 (2022-01-13)
🐛 Bug Fix
- #2306 Fix deprecation message for
ember-cli-mirage/utils/uuid
import (@SergeAstapov)
Committers: 1
- Sergey Astapov (@SergeAstapov)
V2.3.0
🚀 Enhancement
- #2256 Deprecate miragejs re-exports from
ember-cli-mirage/*
modules (@SergeAstapov) - #2297 remove some usage of runtime require (@ef4)
- #2270 Use @ember/destroyable for mirage server shutdown (@SergeAstapov)
- #2246 updated all imports for miragejs objects to be from miragejs (@cah-briangantzler)
- #2242 Widen
ember-get-config
dependency requirement (include v0.4 and v0.5) (@rahulk94) - #2244 Deprecate miragejs re-exports from
ember-cli-mirage
module (@SergeAstapov) - #2215 Fix the way that the new server creation using mirageJS is determined (@cah-briangantzler)
📝 Documentation
- #2214 Fix import example for EmberDataSerializer (@whatthewhat)
🏠 Internal
- #2289 Pin ember-data for 3.12 LTS scenario (@SergeAstapov)
- #2288 Add 3.12 LTS scenario to test matrix (@SergeAstapov)
- #2286 Introduce prettier (@SergeAstapov)
- #2285 Run ember-cli-update to v3.28.4 (@SergeAstapov)
- #2287 Add 3.16 LTS scenario to test matrix (@SergeAstapov)
- #2265 Add 3.28 LTS scenario to test matrix (@SergeAstapov)
- #2266 Remove unused helper reg-exp-from-string and escape-string-regexp devDependency (@SergeAstapov)
- #2269 Update Build Status badge: Travis -> GH Actions (@SergeAstapov)
- #2264 Disable Ember v4 scenarios to make CI green (@SergeAstapov)
- #2262 Add eslint-plugin-qunit per latest addon blueprint (@SergeAstapov)
- #2260 Bump ember-cli-addon-docs from 0.10.0 to 3.0.0 (@SergeAstapov)
- #2261 Use volta to pin node/yarn version (@SergeAstapov)
- #2255 Enable Ember Octane features to fix Ember v4 scenarios (@SergeAstapov)
- #2254 Upgrade ember-qunit to v5 (@SergeAstapov)
- #2250 Replace ember-cli-eslint with eslint (@SergeAstapov)
- #2253 Add ember-auto-import and webpack to Ember v4 scenarios (@SergeAstapov)
- #2252 Introduce ember-template-lint and fix issues (@SergeAstapov)
- #2248 Add lint npm script per latest addon blueprint (@SergeAstapov)
- #2245 Switch from travis to GH actions (@SergeAstapov)
Committers: 5
- Brian Gantzler (@cah-briangantzler)
- Edward Faulkner (@ef4)
- Mikhail Topolskiy (@whatthewhat)
- Rahul Kumar (@rahulk94)
- Sergey Astapov (@SergeAstapov)
v2.2.0
🚀 Enhancement
- #2177 Fix regex that checks if ember data is present to allow for difference in namespace (@cah-briangantzler)
📝 Documentation
- #2176 docs: factory - fix traits example (@canrozanes)
- #2173 Fixed minor formatting issues (@zzzzBov)
- #2171 build: only include used composable-helpers (@MrChocolatine)
- #2172 Correct some typos (@lorcan)
Committers: 5
- Brian Gantzler (@cah-briangantzler)
- Can Rozanes (@canrozanes)
- Lorcan Coyle (@lorcan)
- Max Z (@MrChocolatine)
- Timothy Leverett (@zzzzBov)
v2.1.0
🚀 Enhancement
- #2121 Allow ember-inflector@^4.0.0 (@andreyfel)
📝 Documentation
- #2141 Fix typo in docs (@jaswilli)
- #2110 Fix broken API doc links (@rohitpaulk)
Committers: 3
- Andrey Fel (@andreyfel)
- Jason Williams (@jaswilli)
- Paul Kuruvilla (@rohitpaulk)
v2.0.1
v2.0.0
💥 Breaking Change
- #2057 Bump node (@samselikoff)
🚀 Enhancement
- #2093 Update mirage logging option to work with qunit5 (@cah-briangantzler)
- #2054 Serializer2 docs (@cah-briangantzler)
- #2038 Allow for Mirage to generate Serializers (@cah-briangantzler)
- #1994 Provided a makeServer function on config.js to allow more access to the mirageJS configurations (@cah-briangantzler)