File tree Expand file tree Collapse file tree 7 files changed +41
-6
lines changed Expand file tree Collapse file tree 7 files changed +41
-6
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 1.0.0 (2024-07-13)
4+
5+
6+ ### Features
7+
8+ * Added dictionary for english strings ([ 503cdb5] ( https://github.com/do-ob-io/core/commit/503cdb52e06ddcb867873ff2c38b47bbd5f0ee19 ) )
9+ * Added formats modules ([ 9ec70c9] ( https://github.com/do-ob-io/core/commit/9ec70c9a7252a9a6fb899ac31e5c4d1958cdec16 ) )
10+ * Added new packages for actions ([ a3bf6dd] ( https://github.com/do-ob-io/core/commit/a3bf6dd709691f545130e63a9ea9b185458ff907 ) )
11+ * Added schema code generation ([ 24612fa] ( https://github.com/do-ob-io/core/commit/24612faa2b718d5cb6f3d24ac489f7c5e00b6bfe ) )
12+ * Data package can now seed actions ([ dff7db7] ( https://github.com/do-ob-io/core/commit/dff7db7581e52f263b910d5ce67133d1104341c0 ) )
13+ * Redefinited action scopes and rates ([ 44feeb3] ( https://github.com/do-ob-io/core/commit/44feeb3ce7b1dfec03f90fe42892856d8ad6a4e7 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @do-ob/action" ,
3- "version" : " 0 .0.0" ,
3+ "version" : " 1 .0.0" ,
44 "description" : " A collection of actions for event dispatching." ,
55 "type" : " module" ,
66 "files" : [
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.2.0] ( https://github.com/do-ob-io/core/compare/core-v1.1.0...core-v1.2.0 ) (2024-07-13)
4+
5+
6+ ### Features
7+
8+ * Redefinited action scopes and rates ([ 44feeb3] ( https://github.com/do-ob-io/core/commit/44feeb3ce7b1dfec03f90fe42892856d8ad6a4e7 ) )
9+
310## [ 1.1.0] ( https://github.com/do-ob-io/core/compare/core-v1.0.0...core-v1.1.0 ) (2024-06-17)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @do-ob/core" ,
3- "version" : " 1.1 .0" ,
3+ "version" : " 1.2 .0" ,
44 "description" : " A core library for common functions to share across many applications." ,
55 "type" : " module" ,
66 "files" : [
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 1.0.0 (2024-07-13)
4+
5+
6+ ### Features
7+
8+ * Added data package ([ 311fad9] ( https://github.com/do-ob-io/core/commit/311fad90a90677e86e03b9bb924abd2a61c8718a ) )
9+ * Added generic entity transaction ([ 2fcf6a8] ( https://github.com/do-ob-io/core/commit/2fcf6a86310d521363a8cb0e2a5c60bb3fe48222 ) )
10+ * Added seeding module to populate data tables ([ 56e1b73] ( https://github.com/do-ob-io/core/commit/56e1b738bf499704128e627e48bc98165350ba5e ) )
11+ * Added table groups in the schema ([ b151004] ( https://github.com/do-ob-io/core/commit/b151004d9a2edd237e58edb5d5d1bd990fc28e7d ) )
12+ * Added transactions module export ([ 1cbb836] ( https://github.com/do-ob-io/core/commit/1cbb836d11f74b81b9c91f55775f122a4990301b ) )
13+ * Data package can now seed actions ([ dff7db7] ( https://github.com/do-ob-io/core/commit/dff7db7581e52f263b910d5ce67133d1104341c0 ) )
14+ * Entity insert now returns entity meta data ([ 23d243a] ( https://github.com/do-ob-io/core/commit/23d243a1b811bf7576fcae7bc8a9c0982c8431db ) )
15+ * Exported system seed from primary modules ([ 73fed1d] ( https://github.com/do-ob-io/core/commit/73fed1d5fe09ba3edf25b86627147e9f3235afe4 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @do-ob/data" ,
3- "version" : " 0 .0.0" ,
3+ "version" : " 1 .0.0" ,
44 "description" : " A common data library for applications." ,
55 "type" : " module" ,
66 "files" : [
Original file line number Diff line number Diff line change 11{
2- "packages/action" : " 0 .0.0" ,
3- "packages/core" : " 1.1 .0" ,
2+ "packages/action" : " 1 .0.0" ,
3+ "packages/core" : " 1.2 .0" ,
44 "packages/crypto" : " 1.0.0" ,
5- "packages/data" : " 0 .0.0"
5+ "packages/data" : " 1 .0.0"
66}
You can’t perform that action at this time.
0 commit comments