|
2 | 2 |
|
3 | 3 | | Release<br/>Date | Version | Open<br/>Issues | Documentation<br/>Sections<br/>Draft Ready | Documentation<br/>Sections<br/>WIP | |
4 | 4 | |--------------|---------|-------------|-------|------| |
5 | | -| April 5, 2021 | 1.0.alpha1.7 | ??? | ?? | ?? | |
| 5 | +| April 5, 2021 | 1.0.alpha1.7 | 147 | 35 | 10 | |
6 | 6 | | March 29, 2021 | 1.0.alpha1.6 | 167 | 35 | 10 | |
7 | | -> Open issues includes enhancements, documentation, and discussion issues as well as few bugs. |
| 7 | +> Open issues includes enhancements, documentation, and discussion issues as well as few bugs. Additional issues |
| 8 | +may be closed that are not documented below because of duplicates, documentation updates, and old issues previously closed. |
8 | 9 | > |
9 | 10 | > The documentation WIP (work in progress) numbers are approx, as more sections may be added. |
10 | 11 |
|
11 | 12 | ### New Major Features |
12 | 13 |
|
| 14 | +None |
13 | 15 |
|
14 | 16 | ### Breaking Changes |
15 | 17 |
|
16 | | -### Security |
| 18 | +None |
17 | 19 |
|
18 | | -### Added |
19 | | -+ [#116](https://github.com/hyperstack-org/hyperstack/issues/116) ActiveRecord `where` implemented |
| 20 | +### Security Fixes |
| 21 | + |
| 22 | +None |
20 | 23 |
|
| 24 | +### Feature Added |
| 25 | ++ [#400](https://github.com/hyperstack-org/hyperstack/issues/400) Relationship and Scope Collections will delegate to the Target model on method missing. |
| 26 | ++ [#116](https://github.com/hyperstack-org/hyperstack/issues/116) ActiveRecord `where` implemented |
21 | 27 |
|
22 | 28 | ### Fixed |
23 | | -+ [#396](https://github.com/hyperstack-org/hyperstack/issues/396) Fixed: Rejected promises do not move operations to the failure track |
24 | 29 | + [#399](https://github.com/hyperstack-org/hyperstack/issues/399) Pluck now takes multiple keys |
| 30 | ++ [#396](https://github.com/hyperstack-org/hyperstack/issues/396) Fixed: Rejected promises do not move operations to the failure track |
| 31 | ++ [#388](https://github.com/hyperstack-org/hyperstack/issues/388) HyperModel and HyperOperation will load without ActiveRecord |
25 | 32 | + [#358](https://github.com/hyperstack-org/hyperstack/issues/358) Fixed: (again) changing primary_key causes some failures |
| 33 | ++ [#322](https://github.com/hyperstack-org/hyperstack/issues/322) Fixed: Could not return falsy value from an observe block |
26 | 34 | + [#127](https://github.com/hyperstack-org/hyperstack/issues/127) Complex expressions work better in on_client (due to upgrade in Parser gem) |
27 | 35 | + [#123](https://github.com/hyperstack-org/hyperstack/issues/123) `public_columns_hash` now thread safe. |
28 | 36 | + [#119](https://github.com/hyperstack-org/hyperstack/issues/119) `destroy` now updates errors properly and will not mark the record as destroyed unless destroy was successful |
29 | 37 |
|
30 | 38 |
|
31 | 39 |
|
32 | 40 | ### Not Reproducible |
33 | | -+ [#47](https://github.com/hyperstack-org/hyperstack/issues/47) Added spec - passing a proc for children works fine. |
34 | 41 | + [#108](https://github.com/hyperstack-org/hyperstack/issues/108) Can't repeat - possibly STI class != STI type field while data is loading |
| 42 | ++ [#47](https://github.com/hyperstack-org/hyperstack/issues/47) Added spec - passing a proc for children works fine. |
35 | 43 |
|
36 | 44 | ### Deprecated |
| 45 | + |
| 46 | +None |
0 commit comments