Ember Can Versions Save

Simple authorisation addon for Ember apps

v4.2.0

2 years ago

What's Changed

Full Changelog: https://github.com/minutebase/ember-can/compare/v4.1.0...v4.2.0

v4.1.0

2 years ago

What's Changed

Full Changelog: https://github.com/minutebase/ember-can/compare/v4.0.0...v4.1.0

v4.0.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/minutebase/ember-can/compare/v3.1.0...v4.0.0

v3.1.0

2 years ago

:rocket: Enhancement

:bug: Bug Fix

Committers: 3

v3.0.0

4 years ago

:boom: Breaking Change

:rocket: Enhancement

Committers: 3

v2.1.0

4 years ago

:rocket: Enhancement

Committers: 1

v2.0.0

4 years ago

v2.0.0 (2019-08-12)

:boom: Breaking Change

:rocket: Enhancement

Committers: 4

v1.1.1

5 years ago

v1.1.1 (2018-07-18)

Full Changelog

Merged pull requests:

v1.1.0

5 years ago

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:

v0.8.1

6 years ago

v0.8.1 (2016-04-11)

Full Changelog

Merged pull requests: