Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

---

> **Note:** This fork ([`@openng/spectator`](https://www.npmjs.com/package/@openng/spectator)) restarts versioning at `1.0.0`. All entries below this line predate the fork and document the history of the original [`@ngneat/spectator`](https://www.npmjs.com/package/@ngneat/spectator) package, from which this project was forked. Their version numbers and links refer to that original package (whose GitHub repository has since been removed).

---

## [22.1.0](https://github.com/ngneat/spectator/compare/v22.0.0...v22.1.0) (2025-11-02)


Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Netanel Basal
Copyright (c) 2026 OpenNG

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions projects/spectator/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@openng/spectator",
"description": "A powerful tool to simplify your Angular tests",
"author": "OpenNg Foundation",
"version": "22.1.0",
"author": "OpenNG",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/openng-foundation/spectator"
"url": "https://github.com/openng-org/spectator"
},
"bugs": {
"url": "https://github.com/openng-foundation/spectator/spectator/issues"
"url": "https://github.com/openng-org/spectator/issues"
},
"homepage": "https://github.com/openng-foundation/spectator/spectator#readme",
"homepage": "https://github.com/openng-org/spectator#readme",
"keywords": [
"angular unit test",
"angular simplified tests",
Expand Down
2 changes: 1 addition & 1 deletion vscode-snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "spectator-snippets",
"displayName": "Angular Spectator Snippets",
"description": "Code snippets for Angular Spectator",
"version": "0.0.2",
"version": "0.0.1",
"publisher": "OpenNG",
"icon": "logo.png",
"engines": {
Expand Down
Loading