Skip to content

Commit

Permalink
⌚ added a CHANGELOG file
Browse files Browse the repository at this point in the history
  • Loading branch information
ShafSpecs committed Feb 1, 2025
1 parent b16cb55 commit 083efc1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!-- Seeding now dont require defaults (0.4) -->

## 0.3.0

- Seeding your database now triggers the `create` event for each record seeded.
- Added the `once` method to the event system, allowing you to listen to an event once.
- Added the `off` method to the event system, allowing you to unsubscribe from an event.
- Returns an unsubscribe function from the `on` method, allowing you to clean up effectively.
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"files": [
"orm.js",
"orm.d.ts",
"CHANGELOG.md",
"README.md"
],
"keywords": [
Expand Down

0 comments on commit 083efc1

Please sign in to comment.