Releases: fleetbase/ember-core
Releases · fleetbase/ember-core
v0.1.2
- Fixed
consoleUrl
utility fn to generate url's for any fleetbase instance (broke storefront invitations)
v0.1.1
- Added
intl
service for translations and internationalization
- Improved the
ThemeService
to take more initialization option
v0.1.0
- Make
UniverseServce
evented so extensions can trigger and listen to events
v0.0.9
- Added
UniverseService
to enable creating powerful extensions
v0.0.8
- Use initializer to load
socketcluster-client
v0.0.7
- Patch how
socketcluster-client
depn is resolved and imported
v0.0.6
- Now uses node path to resolve and import
socketcluster-client
which allows packages that depend on ember-core to build without installing socketcluster-client as a dependency
v0.0.5
- Simplified the
ApplicationSerializer
v0.0.4
- Added
SocketService
and toBoolean
utility,
- Made improvements to
FetchService
- Added more format utilities
v0.0.3
- When
API_HOST
env variable isn't set will fallback to current hostname for application adapter and fetch service