ember-source 4.6.0-alpha.5 → 4.6.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/CHANGELOG.md +18 -1
  2. package/blueprints/-utils.js +9 -0
  3. package/blueprints/acceptance-test/index.js +3 -1
  4. package/blueprints/acceptance-test/mocha-rfc-232-files/tests/acceptance/__name__-test.ts +1 -1
  5. package/blueprints/acceptance-test/qunit-rfc-232-files/tests/acceptance/__name__-test.ts +1 -1
  6. package/blueprints/component-test/index.js +2 -0
  7. package/blueprints/component-test/mocha-rfc-232-files/__root__/__testType__/__path__/__test__.ts +2 -2
  8. package/blueprints/component-test/qunit-rfc-232-files/__root__/__testType__/__path__/__test__.ts +2 -2
  9. package/blueprints/controller-test/index.js +2 -0
  10. package/blueprints/controller-test/mocha-rfc-232-files/__root__/__testType__/__path__/__test__.ts +1 -1
  11. package/blueprints/controller-test/qunit-rfc-232-files/__root__/__testType__/__path__/__test__.ts +1 -1
  12. package/blueprints/helper-test/index.js +2 -3
  13. package/blueprints/helper-test/mocha-rfc-232-files/__root__/__testType__/__collection__/__name__-test.ts +1 -1
  14. package/blueprints/helper-test/qunit-rfc-232-files/__root__/__testType__/__collection__/__name__-test.ts +1 -1
  15. package/blueprints/initializer-test/index.js +2 -3
  16. package/blueprints/instance-initializer-test/index.js +2 -4
  17. package/blueprints/route-test/index.js +2 -0
  18. package/blueprints/route-test/mocha-rfc-232-files/__root__/__testType__/__path__/__test__.ts +1 -1
  19. package/blueprints/route-test/qunit-rfc-232-files/__root__/__testType__/__path__/__test__.ts +1 -1
  20. package/blueprints/service-test/index.js +2 -0
  21. package/blueprints/service-test/mocha-rfc-232-files/__root__/__testType__/__path__/__test__.ts +1 -1
  22. package/blueprints/service-test/qunit-rfc-232-files/__root__/__testType__/__path__/__test__.ts +1 -1
  23. package/blueprints/util-test/index.js +2 -2
  24. package/blueprints/util-test/qunit-files/__root__/__testType__/__name__-test.js +1 -1
  25. package/blueprints/util-test/qunit-rfc-232-files/__root__/__testType__/__name__-test.ts +1 -1
  26. package/blueprints-js/acceptance-test/mocha-rfc-232-files/tests/acceptance/__name__-test.js +1 -1
  27. package/blueprints-js/acceptance-test/qunit-rfc-232-files/tests/acceptance/__name__-test.js +1 -1
  28. package/blueprints-js/component-test/mocha-rfc-232-files/__root__/__testType__/__path__/__test__.js +2 -2
  29. package/blueprints-js/component-test/qunit-rfc-232-files/__root__/__testType__/__path__/__test__.js +2 -2
  30. package/blueprints-js/controller-test/mocha-rfc-232-files/__root__/__testType__/__path__/__test__.js +1 -1
  31. package/blueprints-js/controller-test/qunit-rfc-232-files/__root__/__testType__/__path__/__test__.js +1 -1
  32. package/blueprints-js/helper-test/mocha-rfc-232-files/__root__/__testType__/__collection__/__name__-test.js +1 -1
  33. package/blueprints-js/helper-test/qunit-rfc-232-files/__root__/__testType__/__collection__/__name__-test.js +1 -1
  34. package/blueprints-js/route-test/mocha-rfc-232-files/__root__/__testType__/__path__/__test__.js +1 -1
  35. package/blueprints-js/route-test/qunit-rfc-232-files/__root__/__testType__/__path__/__test__.js +1 -1
  36. package/blueprints-js/service-test/mocha-rfc-232-files/__root__/__testType__/__path__/__test__.js +1 -1
  37. package/blueprints-js/service-test/qunit-rfc-232-files/__root__/__testType__/__path__/__test__.js +1 -1
  38. package/blueprints-js/util-test/qunit-files/__root__/__testType__/__name__-test.js +1 -1
  39. package/blueprints-js/util-test/qunit-rfc-232-files/__root__/__testType__/__name__-test.js +1 -1
  40. package/build-metadata.json +3 -3
  41. package/dist/ember-template-compiler.js +5 -5
  42. package/dist/ember-template-compiler.map +1 -1
  43. package/dist/ember-testing.js +1 -1
  44. package/dist/ember-testing.map +1 -1
  45. package/dist/ember.debug.js +18 -16
  46. package/dist/ember.debug.map +1 -1
  47. package/dist/header/license.js +1 -1
  48. package/dist/packages/@ember/-internals/glimmer/index.js +4 -2
  49. package/dist/packages/@ember/-internals/metal/index.js +1 -1
  50. package/dist/packages/@ember/-internals/routing/lib/location/auto_location.js +5 -5
  51. package/dist/packages/@ember/-internals/routing/lib/location/hash_location.js +1 -1
  52. package/dist/packages/@ember/-internals/routing/lib/location/util.js +1 -1
  53. package/dist/packages/@ember/-internals/routing/lib/services/router.js +1 -1
  54. package/dist/packages/@ember/-internals/routing/lib/utils.js +1 -1
  55. package/dist/packages/@ember/canary-features/index.js +2 -2
  56. package/dist/packages/ember/version.js +1 -1
  57. package/docs/data.json +1 -1
  58. package/package.json +3 -3
  59. package/blueprints-js/-addon-import.js +0 -48
  60. package/blueprints-js/test-framework-detector.js +0 -60

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.