Skip to content

Releases: minutebase/ember-can

v4.2.0

29 Mar 12:13
v4.2.0
3b16086
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.2.0

v4.1.0

29 Nov 13:08
v4.1.0
1b8a04b
Compare
Choose a tag to compare

What's Changed

  • Deprecate CanService in favor of AbilitiesService by @Exelord in #152

Full Changelog: v4.0.0...v4.1.0

v4.0.0

26 Nov 16:41
v4.0.0
a3c4149
Compare
Choose a tag to compare

What's Changed

  • Update README example to ES6 classes by @esbanarango in #130
  • Updates, upgrades, and new deprecations by @Exelord in #150
  • Bump ember-inflector from 3.x to 4.x by @mydea in #143
  • Upgrade dependencies and drop support for Ember 3.8, 3.12, 3.16 and Node 10 by @Exelord in #142

New Contributors

Full Changelog: v3.1.0...v4.0.0

v3.1.0

27 May 15:14
v3.1.0
9c95643
Compare
Choose a tag to compare

🚀 Enhancement

🐛 Bug Fix

Committers: 3

v3.0.0

16 Jan 09:04
v3.0.0
aef2e7b
Compare
Choose a tag to compare

💥 Breaking Change

🚀 Enhancement

Committers: 3

v2.1.0

16 Dec 12:40
v2.1.0
38e423f
Compare
Choose a tag to compare

🚀 Enhancement

Committers: 1

R-Evolution

12 Aug 16:26
6c36d8f
Compare
Choose a tag to compare

v2.0.0 (2019-08-12)

💥 Breaking Change

🚀 Enhancement

Committers: 4

Welcome back IE 🌎

19 Jul 03:52
Compare
Choose a tag to compare

v1.1.1 (2018-07-18)

Full Changelog

Merged pull requests:

New times

01 May 16:19
Compare
Choose a tag to compare

v1.1.0 (2018-05-01)

Full Changelog

Deprecations

  1. You are no longer able to import CanMixin as it is removed. You can reproduce its behavior using can service and its methods.
  2. import { CanService } from 'ember-can' -> import CanService from 'ember-can/services/can'
  3. import { ability } from 'ember-can' -> import { ability } from 'ember-can/computed'
  4. build method of can service is replaced by abilityFor

Notable changes

  1. You have to pass a null model if you want to pass only parameters to can or cannot methods of can service. Eg: this.get('canService').can('post', null, { test: true })
  2. The model passed to helpers or can service methods, as from now on, can be anything instead of an Ember.Object instance.

Implemented enhancements:

Closed issues:

  • How is this different from computed properties? #80
  • Can you please resolve the deprecation ember-cli-version-checker ? #75
  • provide ability computed macro as a named export #70
  • Cannot helper issue #67
  • ember-can v0.8.4 build displays failing #64
  • Upgrade to ember-cli-babel@^6.0.0 #62
  • Parent component is destroyed: Cannot read property 'removeObserver' of undefined #61
  • Computed properties + additional attributes #60
  • Question about the necessity of having an Ember.Object as a resource #57
  • Introduction to ember-can on Global Ember Meetup #40
  • Redirect in route on reload #38
  • no example app #34
  • How to use in a Controller #28
  • Add more examples #25

Merged pull requests:

Easter Egg

04 Apr 20:42
bd2fdb5
Compare
Choose a tag to compare

v1.0.0 (2018-03-31)

Full Changelog

Merged pull requests: