Skip to content

Releases: CanopyTax/sofe

Remove pathed service functionality

26 Jun 22:25
Compare
Choose a tag to compare

Removed the functionality in version 2 that allowed pathed services: SystemJS.import('some-service/file.js!sofe'). It wasn't widely used (if at all) and the functionality broke sofe for HTML5 push state routing apps. See #46

v2.1.4

01 Jun 03:13
Compare
Choose a tag to compare

Fixes

  • Fixed bug where sofe inside of a webpack bundle would reference webpack System instead of SystemJS (c4e59ef)

v2.1.3

02 Jan 23:53
Compare
Choose a tag to compare

Bugfix for getServiceUrl to respect middleware

v2.0.0

02 Jan 23:54
Compare
Choose a tag to compare

Re-wrote sofe to work with SystemJS 0.20

v1.5.6

20 Dec 23:09
Compare
Choose a tag to compare

Improve the way we log overridden services: #41

Move to unpkg.com instead of npmcdn.com

09 Sep 17:13
Compare
Choose a tag to compare

Bugfix

09 Aug 22:38
Compare
Choose a tag to compare

Fix regression bug with bundling eeea34f

v1.5.0

22 Jul 18:36
Compare
Choose a tag to compare

Features:

  1. Add support for relative path resolution - #38

v1.4.1

22 Jul 18:34
Compare
Choose a tag to compare

Fixes:

  1. Changing external getManifest to only return the exact manifest requested - #37

v1.4.0

10 Jun 18:50
Compare
Choose a tag to compare
  1. Add getManifest(url): Promise and getServiceName(string|object): string APIs
  2. Also fix applyMiddleware to properly chain middleware when called multiple times.