ember-source 4.3.0-beta.1 → 4.4.0-alpha.3

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 (98) hide show
  1. package/blueprints/acceptance-test/mocha-files/tests/acceptance/__name__-test.js +4 -4
  2. package/blueprints/acceptance-test/mocha-rfc-232-files/tests/acceptance/__name__-test.js +2 -2
  3. package/blueprints/acceptance-test/qunit-files/tests/acceptance/__name__-test.js +2 -2
  4. package/blueprints/acceptance-test/qunit-rfc-232-files/tests/acceptance/__name__-test.js +2 -2
  5. package/blueprints/component/index.js +2 -2
  6. package/blueprints/component-class/index.js +2 -2
  7. package/blueprints/component-test/mocha-0.12-files/__root__/__testType__/__path__/__test__.js +4 -4
  8. package/blueprints/component-test/mocha-files/__root__/__testType__/__path__/__test__.js +7 -5
  9. package/blueprints/component-test/mocha-rfc-232-files/__root__/__testType__/__path__/__test__.js +4 -4
  10. package/blueprints/component-test/qunit-files/__root__/__testType__/__path__/__test__.js +4 -4
  11. package/blueprints/component-test/qunit-rfc-232-files/__root__/__testType__/__path__/__test__.js +4 -4
  12. package/blueprints/controller/files/__root__/__path__/__name__.js +1 -2
  13. package/blueprints/controller-test/mocha-0.12-files/__root__/__testType__/__path__/__test__.js +2 -2
  14. package/blueprints/controller-test/mocha-files/__root__/__testType__/__path__/__test__.js +5 -3
  15. package/blueprints/controller-test/mocha-rfc-232-files/__root__/__testType__/__path__/__test__.js +2 -2
  16. package/blueprints/controller-test/qunit-files/__root__/__testType__/__path__/__test__.js +1 -1
  17. package/blueprints/controller-test/qunit-rfc-232-files/__root__/__testType__/__path__/__test__.js +2 -2
  18. package/blueprints/helper/files/__root__/__collection__/__name__.js +1 -1
  19. package/blueprints/helper/mu-files/__root__/__collection__/__name__.js +1 -1
  20. package/blueprints/helper-test/mocha-0.12-files/__root__/__testType__/__collection__/__name__-test.js +3 -3
  21. package/blueprints/helper-test/mocha-files/__root__/__testType__/__collection__/__name__-test.js +6 -4
  22. package/blueprints/helper-test/mocha-rfc-232-files/__root__/__testType__/__collection__/__name__-test.js +2 -2
  23. package/blueprints/helper-test/qunit-files/__root__/__testType__/__collection__/__name__-test.js +2 -2
  24. package/blueprints/helper-test/qunit-rfc-232-files/__root__/__testType__/__collection__/__name__-test.js +2 -2
  25. package/blueprints/initializer/files/__root__/initializers/__name__.js +2 -3
  26. package/blueprints/initializer-test/mocha-files/__root__/__testType__/__path__/__name__-test.js +6 -7
  27. package/blueprints/initializer-test/mocha-rfc-232-files/__root__/__testType__/__path__/__name__-test.js +5 -5
  28. package/blueprints/initializer-test/qunit-files/__root__/__testType__/__path__/__name__-test.js +3 -4
  29. package/blueprints/instance-initializer/files/__root__/instance-initializers/__name__.js +2 -3
  30. package/blueprints/instance-initializer-test/mocha-files/__root__/__testType__/__path__/__name__-test.js +5 -5
  31. package/blueprints/instance-initializer-test/mocha-rfc-232-files/__root__/__testType__/__path__/__name__-test.js +5 -5
  32. package/blueprints/instance-initializer-test/qunit-files/__root__/__testType__/__path__/__name__-test.js +2 -2
  33. package/blueprints/mixin/files/__root__/mixins/__name__.js +1 -2
  34. package/blueprints/mixin-test/mocha-files/__root__/__testType__/__name__-test.js +2 -2
  35. package/blueprints/mixin-test/mocha-rfc-232-files/__root__/__testType__/__name__-test.js +2 -2
  36. package/blueprints/mixin-test/qunit-files/__root__/__testType__/__name__-test.js +1 -1
  37. package/blueprints/mixin-test/qunit-rfc-232-files/__root__/__testType__/__name__-test.js +1 -1
  38. package/blueprints/route/files/__root__/__path__/__name__.js +2 -2
  39. package/blueprints/route-test/mocha-0.12-files/__root__/__testType__/__path__/__test__.js +2 -2
  40. package/blueprints/route-test/mocha-files/__root__/__testType__/__path__/__test__.js +5 -3
  41. package/blueprints/route-test/mocha-rfc-232-files/__root__/__testType__/__path__/__test__.js +2 -2
  42. package/blueprints/route-test/qunit-files/__root__/__testType__/__path__/__test__.js +1 -1
  43. package/blueprints/route-test/qunit-rfc-232-files/__root__/__testType__/__path__/__test__.js +2 -2
  44. package/blueprints/service/files/__root__/__path__/__name__.js +1 -2
  45. package/blueprints/service-test/mocha-0.12-files/__root__/__testType__/__path__/__test__.js +2 -2
  46. package/blueprints/service-test/mocha-files/__root__/__testType__/__path__/__test__.js +5 -3
  47. package/blueprints/service-test/mocha-rfc-232-files/__root__/__testType__/__path__/__test__.js +2 -2
  48. package/blueprints/service-test/qunit-files/__root__/__testType__/__path__/__test__.js +1 -1
  49. package/blueprints/service-test/qunit-rfc-232-files/__root__/__testType__/__path__/__test__.js +2 -2
  50. package/blueprints/util-test/mocha-files/__root__/__testType__/__name__-test.js +2 -2
  51. package/blueprints/util-test/mocha-rfc-232-files/__root__/__testType__/__name__-test.js +2 -2
  52. package/blueprints/util-test/qunit-files/__root__/__testType__/__name__-test.js +1 -1
  53. package/blueprints/util-test/qunit-rfc-232-files/__root__/__testType__/__name__-test.js +2 -3
  54. package/build-metadata.json +3 -3
  55. package/dist/dependencies/router_js.js +1 -1
  56. package/dist/ember-template-compiler.js +17 -144
  57. package/dist/ember-template-compiler.map +1 -1
  58. package/dist/ember-testing.js +4 -2
  59. package/dist/ember-testing.map +1 -1
  60. package/dist/ember.debug.js +843 -772
  61. package/dist/ember.debug.map +1 -1
  62. package/dist/header/license.js +1 -1
  63. package/dist/packages/@ember/-internals/container/index.js +3 -3
  64. package/dist/packages/@ember/-internals/glimmer/index.js +55 -29
  65. package/dist/packages/@ember/-internals/metal/index.js +18 -28
  66. package/dist/packages/@ember/-internals/routing/lib/location/hash_location.js +1 -1
  67. package/dist/packages/@ember/-internals/routing/lib/services/router.js +67 -12
  68. package/dist/packages/@ember/-internals/routing/lib/services/routing.js +2 -0
  69. package/dist/packages/@ember/-internals/routing/lib/system/generate_controller.js +3 -1
  70. package/dist/packages/@ember/-internals/routing/lib/system/route.js +16 -9
  71. package/dist/packages/@ember/-internals/routing/lib/system/router.js +15 -20
  72. package/dist/packages/@ember/-internals/routing/lib/utils.js +2 -1
  73. package/dist/packages/@ember/-internals/runtime/lib/compare.js +19 -5
  74. package/dist/packages/@ember/-internals/runtime/lib/mixins/comparable.js +4 -4
  75. package/dist/packages/@ember/-internals/runtime/lib/mixins/container_proxy.js +29 -29
  76. package/dist/packages/@ember/-internals/runtime/lib/mixins/registry_proxy.js +51 -50
  77. package/dist/packages/@ember/-internals/utils/index.js +1 -1
  78. package/dist/packages/@ember/application/instance.js +3 -3
  79. package/dist/packages/@ember/canary-features/index.js +6 -14
  80. package/dist/packages/@ember/debug/lib/capture-render-tree.js +2 -0
  81. package/dist/packages/@ember/debug/lib/handlers.js +1 -1
  82. package/dist/packages/@ember/runloop/index.js +31 -528
  83. package/dist/packages/@ember/runloop/type-tests.ts/begin-end.test.js +5 -0
  84. package/dist/packages/@ember/runloop/type-tests.ts/bind.test.js +59 -0
  85. package/dist/packages/@ember/runloop/type-tests.ts/cancel.test.js +5 -0
  86. package/dist/packages/@ember/runloop/type-tests.ts/debounce.test.js +77 -0
  87. package/dist/packages/@ember/runloop/type-tests.ts/join.test.js +38 -0
  88. package/dist/packages/@ember/runloop/type-tests.ts/later.test.js +38 -0
  89. package/dist/packages/@ember/runloop/type-tests.ts/next.test.js +38 -0
  90. package/dist/packages/@ember/runloop/type-tests.ts/once.test.js +38 -0
  91. package/dist/packages/@ember/runloop/type-tests.ts/run.test.js +38 -0
  92. package/dist/packages/@ember/runloop/type-tests.ts/schedule-once.test.js +39 -0
  93. package/dist/packages/@ember/runloop/type-tests.ts/schedule.test.js +39 -0
  94. package/dist/packages/@ember/runloop/type-tests.ts/throttle.test.js +77 -0
  95. package/dist/packages/ember/index.js +4 -14
  96. package/dist/packages/ember/version.js +1 -1
  97. package/docs/data.json +330 -245
  98. package/package.json +4 -4

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.