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: packages/types/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,12 @@ For prereleases:
19
19
- Pre-release versions (x.x.x-pre.x) are unstable releases for the designated API version. These contain work-in-progress types and annotations. Pre-release versions are not meant to be used except for trying out new API interfaces and giving feedback, and may change without prior programmatic or verbal notice. Pre-release versions are meant to be used with new builds from the `dev` branch of the base extension repo.
20
20
- Release candidates (x.x.x-rc.x) are stable previews for the designated API version. These contain types that are more or less finalized for the designated release. Breaking changes should not be expected, both in type signature and functionality, but will always be highlighted in the changelog if necessary. This is also meant for feedback, but only for more subtle feedback before releasing that version such that it simply just contains bug fixes and very minor changes.
21
21
22
+
## 1.0.0-pre.16
23
+
24
+
### Changed
25
+
26
+
-`ActionForcePriorityEnum`, which was previously a re-export of `neuro-game-sdk`'s enum, is now a wrapper object const that remains compatible with existing uses. This was done so we can add our own JSDoc annotations and so we can get proper type documentation generated for our docs.
* This is a wrapper re-export around {@link _ActionForcePriorityEnum `neuro-game-sdk`'s ActionForcePriorityEnum}, so we can have proper a proper page for this on docs,
21
+
* and add our own member-level JSDoc annotations.
22
+
* Members are the same as the upstream enum's members.
23
+
*
24
+
* @example
25
+
* ActionForcePriorityEnum.LOW // equivalent to low priority action force
0 commit comments