File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file.
66The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
77and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
88
9+ ## [ 3.0.0-alpha.2] - 2024-10-31
10+
11+ - The package built-in angular 18 and files minified to lower unpacked size.
12+ - Removed ` peerDependencies ` of ` tslib ` and ` jasmine ` .
13+
914## [ 3.0.0-alpha.1] - 2024-10-31
1015
1116- Added ` type ` and ` override ` .
Original file line number Diff line number Diff line change @@ -106,6 +106,13 @@ Install `@angular-package/testing` package with command:
106106npm i --save @angular-package/testing
107107```
108108
109+ Dependencies
110+
111+ ``` bash
112+ npm i tslib
113+ npm i jasmine
114+ ```
115+
109116<br >
110117
111118## Api
You can’t perform that action at this time.
0 commit comments