Releases: AhsanAyaz/ngx-device-detector
Releases · AhsanAyaz/ngx-device-detector
v2.0.1
build(2.0.1): release 2.0.1 :tada:
v2.0.0
2.0.0 (BREAKING CHANGES)
- DeviceDetectorModule DOES NOT EXIST ANY MORE. Please remove its imports from your code base
- angular 5 support dropped
v1.5.2
(REVERTED the introduced BREAKING CHANGES)
- DeviceDetectorModule PUT BACK IN THE PACKAGE. Updating from 1.4.x to 1.5.2 will have no effect
v1.5.1
1.5.1
1.5.0 (BREAKING CHANGES)
- DeviceDetectorModule DOES NOT EXIST ANY MORE. Please remove its imports from your code base
- using angular cli monorepo now
- validated tests
- linting issues fixed
- angular 5 support dropped
v1.4.4
Added providedIn: 'root'
for the DeviceDetectorService
Added prettier for formatting & linting