53 lines
1.7 KiB
Markdown
53 lines
1.7 KiB
Markdown
|
# Changelog
|
||
|
|
||
|
All notable changes to this project will be documented in this file.
|
||
|
|
||
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||
|
|
||
|
## [0.1.7] - 2024-09-05
|
||
|
### Changed
|
||
|
- Update dependencies.
|
||
|
|
||
|
## [0.1.6] - 2024-09-05
|
||
|
### Changed
|
||
|
- Updated package dependencies. [#39176]
|
||
|
|
||
|
## [0.1.5] - 2024-08-29
|
||
|
### Changed
|
||
|
- Updated package dependencies. [#39111]
|
||
|
|
||
|
## [0.1.4] - 2024-08-26
|
||
|
### Changed
|
||
|
- Updated package dependencies. [#39004]
|
||
|
|
||
|
## [0.1.3] - 2024-08-21
|
||
|
### Changed
|
||
|
- Internal updates.
|
||
|
|
||
|
## [0.1.2] - 2024-08-15
|
||
|
### Changed
|
||
|
- Updated package dependencies. [#38662]
|
||
|
|
||
|
## [0.1.1] - 2024-08-01
|
||
|
### Changed
|
||
|
- Internal updates.
|
||
|
|
||
|
## 0.1.0 - 2024-07-29
|
||
|
### Added
|
||
|
- Adds a new component to fetch experiments specifically for authenticated users [#37999]
|
||
|
- Initial version. [#37910]
|
||
|
- Introduce the both the backend layer and frontend components for the ExPlat package. [#37958]
|
||
|
|
||
|
### Changed
|
||
|
- ExPlat: add condition to prevent fetching the experiment assignment if there's not anon id (meaning that Tracks is likely disabled) [#38327]
|
||
|
- Updated package dependencies. [#38132]
|
||
|
|
||
|
[0.1.7]: https://github.com/Automattic/jetpack-explat/compare/v0.1.6...v0.1.7
|
||
|
[0.1.6]: https://github.com/Automattic/jetpack-explat/compare/v0.1.5...v0.1.6
|
||
|
[0.1.5]: https://github.com/Automattic/jetpack-explat/compare/v0.1.4...v0.1.5
|
||
|
[0.1.4]: https://github.com/Automattic/jetpack-explat/compare/v0.1.3...v0.1.4
|
||
|
[0.1.3]: https://github.com/Automattic/jetpack-explat/compare/v0.1.2...v0.1.3
|
||
|
[0.1.2]: https://github.com/Automattic/jetpack-explat/compare/v0.1.1...v0.1.2
|
||
|
[0.1.1]: https://github.com/Automattic/jetpack-explat/compare/v0.1.0...v0.1.1
|