Skip to content

Releases: fleetbase/ember-core

v0.1.2

25 Aug 10:13
9d079d4
Compare
Choose a tag to compare
  • Fixed consoleUrl utility fn to generate url's for any fleetbase instance (broke storefront invitations)

v0.1.1

17 Aug 12:44
bbaaa63
Compare
Choose a tag to compare
  • Added intl service for translations and internationalization
  • Improved the ThemeService to take more initialization option

v0.1.0

23 Jul 06:02
Compare
Choose a tag to compare
  • Make UniverseServce evented so extensions can trigger and listen to events

v0.0.9

23 Jul 05:55
957e47c
Compare
Choose a tag to compare
  • Added UniverseService to enable creating powerful extensions

v0.0.8

16 Jun 05:04
Compare
Choose a tag to compare
  • Use initializer to load socketcluster-client

v0.0.7

14 Jun 10:15
Compare
Choose a tag to compare
  • Patch how socketcluster-client depn is resolved and imported

v0.0.6

14 Jun 07:56
Compare
Choose a tag to compare
  • 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

14 Jun 07:40
Compare
Choose a tag to compare
  • Simplified the ApplicationSerializer

v0.0.4

13 Jun 14:45
Compare
Choose a tag to compare
  • Added SocketService and toBoolean utility,
  • Made improvements to FetchService
  • Added more format utilities

v0.0.3

07 Jun 10:05
Compare
Choose a tag to compare
  • When API_HOST env variable isn't set will fallback to current hostname for application adapter and fetch service