Recent Releases of https://github.com/crowdstrike/ember-browser-services
https://github.com/crowdstrike/ember-browser-services - ember-browser-services@5.0.1
Patch Changes
#425
71e831aThanks @MrChocolatine! - Unregister services before they are registered insetupBrowserFakes()Fixes https://github.com/CrowdStrike/ember-browser-services/issues/413
- TypeScript
Published by github-actions[bot] over 1 year ago
https://github.com/crowdstrike/ember-browser-services - ember-browser-services@5.0.0
Major Changes
#397
606e0f8fe4e6ef3ff527cb432c65af2fb9d631d4Thanks @simonihmig! - Drop support for Ember < 4.8#399
562c673596fdcad78a4f7f5b89877b2ff3a18073Thanks @simonihmig! - Update ember-window-mock, drop unneeded glue codeThere is a potentially breaking change, as you cannot mock
window.location.origindirectly anymore. But this should not restrict you, as you can setwindow.location.href, andoriginwill be correctly reflected. Havingoriginnot be aligned withhrefcan never happen in reality, sinceoriginis a read-only property, so having these diverge in tests is not really useful.
- TypeScript
Published by github-actions[bot] over 1 year ago
https://github.com/crowdstrike/ember-browser-services - ember-browser-services@4.0.4
Patch Changes
#364
0be2928Thanks @NullVoxPopuli! - Include the LICENSE.md in the npm package#364
398d517Thanks @NullVoxPopuli! - Address an issue where the types of each of the browser services did not have sufficient overlap withService.This is required for folks using more modern TypeScript in ember apps, where the service-name argument is passed to the
@servicedecorator.Previously, an error would occur:
../ember-browser-services/dist/services/browser/document.d.ts:4:9 - error TS2411: Property ''browser/document'' of type 'typeof Service & Document' is not assignable to 'string' index type 'Service'. 4 'browser/document': typeof DocumentProxyService; ~~~~~~~~~~~~~~~~~~The expected type of Services in the Service Registry is
Service, nottypeof Service.
- TypeScript
Published by github-actions[bot] about 3 years ago
https://github.com/crowdstrike/ember-browser-services - v4.0.3
4.0.3 (2022-06-08)
Bug Fixes
- deps: widen range for @embroider/addon-shim (4db62b7)
- TypeScript
Published by github-actions[bot] over 3 years ago
https://github.com/crowdstrike/ember-browser-services - v4.0.2
4.0.2 (2022-06-08)
Bug Fixes
- package: app-re-exports included non-public file (f2c7ef1)
- TypeScript
Published by github-actions[bot] over 3 years ago
https://github.com/crowdstrike/ember-browser-services - v4.0.1
4.0.1 (2022-06-07)
Bug Fixes
- package: addon-main specified incorrect path (61e99ab)
- package: exports field did not specify test-support (83a303f)
- package: typesVersions was woefully incorrect (3538f00)
- TypeScript
Published by github-actions[bot] over 3 years ago
https://github.com/crowdstrike/ember-browser-services - v4.0.0
4.0.0 (2022-06-07)
chore
- run
npx ember-addon-migrator(74bc722)
BREAKING CHANGES
- this addon now requires ember-auto-import@v2
- TypeScript
Published by github-actions[bot] over 3 years ago
https://github.com/crowdstrike/ember-browser-services - v3.0.5
3.0.5 (2022-05-16)
Bug Fixes
- package: opt in to which files to include on npm, instead of the inverse (f0d2dd9)
- TypeScript
Published by github-actions[bot] almost 4 years ago
https://github.com/crowdstrike/ember-browser-services - v3.0.4
3.0.4 (2022-04-21)
Bug Fixes
- deps: update dependency ember-cli-typescript to ^5.1.0 (d2dd804)
- TypeScript
Published by github-actions[bot] almost 4 years ago
https://github.com/crowdstrike/ember-browser-services - v3.0.3
3.0.3 (2022-02-18)
Bug Fixes
- deps: update dependency ember-window-mock to ^0.8.1 (19d60dc)
- TypeScript
Published by github-actions[bot] about 4 years ago
https://github.com/crowdstrike/ember-browser-services - v3.0.2
3.0.2 (2022-02-04)
Bug Fixes
- deps: update dependency ember-cli-typescript to v5 (c02ec71)
- TypeScript
Published by github-actions[bot] about 4 years ago
https://github.com/crowdstrike/ember-browser-services - v3.0.1
3.0.1 (2022-01-31)
Bug Fixes
- deps: update dependency ember-window-mock to ^0.8.0 (a717bde)
- TypeScript
Published by github-actions[bot] about 4 years ago
https://github.com/crowdstrike/ember-browser-services - v3.0.0
3.0.0 (2022-01-20)
Bug Fixes
- deps: update dependency ember-cli-babel to ^7.26.11 (5381024)
chore
BREAKING CHANGES
- ember octane is two years old and is all that is supported. This addon may still work with classic ember, but it will not be tested against (to help simplify this addon's C.I. configuration)
- node 12 is no longer supported
- TypeScript
Published by github-actions[bot] about 4 years ago
https://github.com/crowdstrike/ember-browser-services - v2.1.4
2.1.4 (2021-12-17)
Bug Fixes
- deps: update dependency ember-cli-babel to ^7.26.10 (3c2f6d6)
- TypeScript
Published by NullVoxPopuli about 4 years ago
https://github.com/crowdstrike/ember-browser-services - v2.1.3
2.1.3 (2021-12-16)
Bug Fixes
- deps: update dependency ember-cli-babel to ^7.26.8 (82d4fe6)
- TypeScript
Published by NullVoxPopuli about 4 years ago
https://github.com/crowdstrike/ember-browser-services - v2.1.2
2.1.2 (2021-12-15)
Bug Fixes
- deps: update dependency ember-cli-babel to ^7.26.7 (1ba87de)
- TypeScript
Published by NullVoxPopuli about 4 years ago
https://github.com/crowdstrike/ember-browser-services - v2.1.1
2.1.1 (2021-12-06)
Bug Fixes
- deps: update dependency ember-cli-htmlbars to ^6.0.1 (ee02fa1)
- TypeScript
Published by NullVoxPopuli about 4 years ago
https://github.com/crowdstrike/ember-browser-services - v2.1.0
2.1.0 (2021-11-23)
Features
- support session-storage (ffaf626)
- TypeScript
Published by NullVoxPopuli over 4 years ago
https://github.com/crowdstrike/ember-browser-services - v2.0.2
2.0.2 (2021-11-18)
Bug Fixes
- deps: update dependency ember-cli-htmlbars to v6 (a3115e3)
- TypeScript
Published by NullVoxPopuli over 4 years ago
https://github.com/crowdstrike/ember-browser-services - v2.0.1
2.0.1 (2021-11-18)
Bug Fixes
- support: expand and fix support (dcd8dd6)
- TypeScript
Published by NullVoxPopuli over 4 years ago
https://github.com/crowdstrike/ember-browser-services - v2.0.0
2.0.0 (2021-09-09)
Features
- utilize ember-window-mock for the underlying provider (659f20f)
BREAKING CHANGES
- invalid hrefs will throw an error
- TypeScript
Published by NullVoxPopuli over 4 years ago
https://github.com/crowdstrike/ember-browser-services - v1.1.8
1.1.8 (2021-08-31)
Bug Fixes
- npm: remove unneeded files from npm package (ee0914c)
- TypeScript
Published by NullVoxPopuli over 4 years ago
https://github.com/crowdstrike/ember-browser-services - v1.1.7
1.1.7 (2021-08-31)
Bug Fixes
- deps: update dependency ember-cli-babel to ^7.26.6 (37cf27f)
- deps: update dependency ember-cli-typescript to ^4.2.1 (ab1ab86)
- TypeScript
Published by NullVoxPopuli over 4 years ago
https://github.com/crowdstrike/ember-browser-services - v1.1.6
1.1.6 (2021-04-17)
Bug Fixes
- navigator: add app re-export (7a9db4d)
- TypeScript
Published by NullVoxPopuli almost 5 years ago
https://github.com/crowdstrike/ember-browser-services - v1.1.5
1.1.5 (2021-04-17)
Bug Fixes
- deps: update dependency ember-cli-htmlbars to ^5.7.1 (f4062bf)
- TypeScript
Published by NullVoxPopuli almost 5 years ago
https://github.com/crowdstrike/ember-browser-services - v1.1.4
1.1.4 (2021-03-15)
Bug Fixes
- deps: update dependency ember-cli-htmlbars to ^5.6.5 (f60cc89)
- TypeScript
Published by NullVoxPopuli almost 5 years ago
https://github.com/crowdstrike/ember-browser-services - v1.1.3
1.1.3 (2021-03-09)
Bug Fixes
- deps: update dependency ember-cli-htmlbars to ^5.6.4 (35d3b07)
- TypeScript
Published by NullVoxPopuli almost 5 years ago
https://github.com/crowdstrike/ember-browser-services - v1.1.2
1.1.2 (2021-02-27)
Bug Fixes
- deps: update dependency ember-cli-htmlbars to ^5.6.2 (60820b8)
- TypeScript
Published by NullVoxPopuli about 5 years ago
https://github.com/crowdstrike/ember-browser-services - v1.1.1
1.1.1 (2021-02-26)
Bug Fixes
- deps: update dependency ember-cli-htmlbars to ^5.6.0 (455b0b3)
- TypeScript
Published by NullVoxPopuli about 5 years ago
https://github.com/crowdstrike/ember-browser-services - v1.1.0
1.1.0 (2021-02-22)
Features
- TypeScript
Published by NullVoxPopuli about 5 years ago
https://github.com/crowdstrike/ember-browser-services - v1.0.2
1.0.2 (2021-02-16)
Bug Fixes
- deps: update dependency ember-cli-babel to ^7.24.0 (e84ab13)
- TypeScript
Published by NullVoxPopuli about 5 years ago
https://github.com/crowdstrike/ember-browser-services - v1.0.1
1.0.1 (2021-02-13)
Bug Fixes
- ci: disable persist-credentials option to actions/checkout (c5fd21c)
- TypeScript
Published by NullVoxPopuli about 5 years ago
https://github.com/crowdstrike/ember-browser-services - v1.0.0
1.0.0 (2021-02-13)
Bug Fixes
- package.json scripts (acdb13c)
- specify 'main' for the release branch for semantic release (02c533a)
- update workflow configuration to reference branch 'main' (2bcdac9)
chore
- drop support for node 10 (e7a5550)
Features
- automatic releases based on conventional commits (c43a9f2)
- copy over files - initial implementation (6b02e23)
- support all properties on Location (c5329bb)
BREAKING CHANGES
- node 10 support dropped
- TypeScript
Published by NullVoxPopuli about 5 years ago