@smals-belgium-shared/vidis-diarynote 3.5.3-snapshot.6 → 4.0.0
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 +6 -2
- package/diarynote.js +2192 -2184
- package/package.json +1 -1
- package/types/main.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -228,7 +228,11 @@
|
|
|
228
228
|
### vidis-prescription-detail
|
|
229
229
|
* Change frequency type (from enum to string)
|
|
230
230
|
|
|
231
|
-
##
|
|
232
|
-
|
|
231
|
+
## v4.0.0 (2026-05-21)
|
|
233
232
|
* Migration to V5 specification
|
|
234
233
|
* Prefetching of prescriptions
|
|
234
|
+
* Prefetching of medication scheme
|
|
235
|
+
* Prefetching of delivered medications
|
|
236
|
+
* Prefetching of diarynotes
|
|
237
|
+
|
|
238
|
+
## __RELEASE_VERSION__ (__RELEASE_DATE__)
|