@smals-belgium-shared/vidis-diarynote 3.5.3-snapshot.5 → 3.5.3-snapshot.7
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 -0
- package/diarynote.js +2209 -2263
- package/package.json +1 -1
- package/types/main.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -229,3 +229,9 @@
|
|
|
229
229
|
* Change frequency type (from enum to string)
|
|
230
230
|
|
|
231
231
|
## __RELEASE_VERSION__ (__RELEASE_DATE__)
|
|
232
|
+
|
|
233
|
+
* Migration to V5 specification
|
|
234
|
+
* Prefetching of prescriptions
|
|
235
|
+
* Prefetching of medication scheme
|
|
236
|
+
* Prefetching of delivered medications
|
|
237
|
+
* Prefetching of diarynotes
|