@adaptivestone/framework 5.0.0-beta.23 → 5.0.0-beta.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -27,6 +27,7 @@ Main feature of that release is full TypeScript support insluding mongoose model
27
27
 
28
28
  ### Breaking changes (please read carefully)
29
29
 
30
+ - **[BREAKING]** No more global variables for testing and default user will not be created by default
30
31
  - **[BREAKING]** All models now should be extended from `BaseModel`. This is a potencial breaking change specially for `User` model.
31
32
  - **[BREAKING]** Remove jest support for testing.
32
33
  - **[BREAKING]** Move email module to separate package `@adaptivestone/framework-module-email`. Please use it if you want to send emails.
@@ -47,11 +48,22 @@ Main feature of that release is full TypeScript support insluding mongoose model
47
48
 
48
49
  ---
49
50
 
51
+ ## [5.0.0-beta.25]
52
+
53
+ - **[UPDATE]** Update types.
54
+
55
+ ---
56
+
57
+ ## [5.0.0-beta.24]
58
+
59
+ - **[UPDATE]** Update types.
60
+
61
+ ---
62
+
50
63
  ## [5.0.0-beta.23]
51
64
 
52
65
  - **[BREAKING]** No more global variables for testing and default user will not be created by default
53
66
  - **[NEW]** Test helpers getTestServerURL, serverInstance, setDefaultUser, setDefaultAuthToken and createDefaultTestUser.
54
- - **[DEPRECATION]** global usage in testing is deprecated
55
67
 
56
68
  ---
57
69