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
Version 0.7.0
Breaking changes:
- The option parameters:
Instead of using specific function types for each objects' optional
parameter, this uses a "generic" function type. Reflection is used to
set the value for the object. This allows for more code reuse and
smaller amount of option functions.
- Renaming types
StixObject -> STIXObject
StixType -> STIXType
StixCollection -> Collection
- Fixed typos in some exported constants
Improvements:
- Changes to Collection type.
Collection can now be created via the "New" function. The function takes
arguments that allows for controlling some of the collection's behavior.
By default a Collection tracks the order of items added so outputs are
predictable. This can be disabled via an option parameter.
- The json parsing has been simplified.