Skip to content

Commit

Permalink
chore(core): update api.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Roberts <code@rbrts.uk>
  • Loading branch information
mttrbrts committed May 1, 2024
1 parent 85543dd commit a337bfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/concerto-core/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ class Serializer {
+ void constructor(Factory,ModelManager,object?)
+ void setDefaultOptions(Object)
+ Object toJSON(Resource,Object?,boolean?,boolean?,boolean?,boolean?,boolean?,number?) throws Error
+ Resource fromJSON(Object,Object?,boolean,boolean,number?)
+ Resource fromJSON(Object,Object?,boolean,boolean,number?,boolean?)
}
class TypeNotFoundException extends BaseException {
+ void constructor(string,string|,string,string)
Expand Down
5 changes: 4 additions & 1 deletion packages/concerto-core/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@
# Note that the latest public API is documented using JSDocs and is available in api.txt.
#

Version 3.16.7 {44d3b20134cd254582e44ccb6d5dd276} 2024-05-01
- Added missing `strictQualifiedDateTimes` option to Serializer.fromJSON

Version 3.13.3 {8f59b43e6071c4d3ae42e94476142f7a} 2023-11-07
- Added DCS and vocabulary extraction support for decoratorManager
- Added errortype to BaseException and used that to define error types in introspect
- Added errortype to BaseException and used that to define error types in introspect

Version 3.13.2 {dccc690753912cf87e7ceec56d949058} 2023-10-18
- Add getNamespace method to key type and value type of maps
Expand Down

0 comments on commit a337bfc

Please sign in to comment.