You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+28-1
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,32 @@ You can see the docs for every version at [here](https://dbots.js.org/#/docs).
9
9
10
10
## [Unreleased]
11
11
12
+
## [9.0.0] - 2021-04-08
13
+
14
+
### Global breaking changes:
15
+
16
+
-`serviceClasses`: the `serviceClasses` property will no longer be exported as a member of the module. You can still get a record with every list using `Service.getAll()`. (#203)
17
+
- We're dropping support for internal class names: that means that from now on, we could change the service class names without marking it as a breaking change. In order to avoid issues with your code, please use the `Service.get()` method to get service classes, instead of importing them directly. This version already contains some changes to class names, so make sure that you're importing them in the supported way. (#203)
0 commit comments