Skip to content

Commit cb553bf

Browse files
Merge pull request #5 from angular-package/3.x.x
v3.0.0-alpha
2 parents 38a4fec + 63effc9 commit cb553bf

File tree

120 files changed

+15108
-5128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+15108
-5128
lines changed

.github/FUNDING.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# These are supported funding model platforms
22

33
github: [angular-package] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4-
patreon: sciborrudnicki # Replace with a single Patreon username
4+
patreon: angularpackage # Replace with a single Patreon username
55
open_collective: # Replace with a single Open Collective username
66
ko_fi: # Replace with a single Ko-fi username
77
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,6 @@ fonts
130130

131131
# demos
132132
demo
133+
134+
# temporary
135+
temp

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](http://keepachangelog.com/)
77
and this project adheres to [Semantic Versioning](http://semver.org/).
88

9+
## [3.0.0-alpha] - 2024-10-30
10+
11+
### [3.0.0-alpha] Added
12+
13+
- Added `TestingActual` to initialize multiple tests on `actual` or `spy` param.
14+
- Added `TestingCustom` to include tests on initialization.
15+
- Added `TestingExpectation` class with methods directly accessed by using method names instead of nested structure, but using it through the `TestingExpectTo`.
16+
- Added `expectations` directory with classes where methods are accessed by using nested object structure and method names.
17+
- Added `it` directory with classes with methods are accessed by using nested object structure and method names.
18+
- Added `testing` directory with classes where methods are directly accessed by using method names instead of nested structure, but using it.
19+
- Added `asyncExpect` and jasmine matchers.
20+
21+
### [3.0.0-alpha] Updated
22+
23+
- Updated `Testing` to mixin tests from `testing` directory.
24+
925
## [2.0.0-rc] - 2022-01-30
1026

1127
### [2.0.0-rc] Added

README.md

+951-3,924
Large diffs are not rendered by default.

logo/Jasmine.ai

+264
Large diffs are not rendered by default.

logo/Jasmine.pdf

20.6 KB
Binary file not shown.

logo/Jasmine.png

64.4 KB
Loading

logo/Jasmine.svg

+38
Loading

ng-package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"dest": "../../dist/testing",
44
"lib": {
55
"entryFile": "src/public-api.ts"
6-
}
6+
},
7+
"keepLifecycleScripts": true
78
}

0 commit comments

Comments
 (0)