Releases: RadonApp/radon-extension-framework
Releases · RadonApp/radon-extension-framework
v2.0.2
v2.0.1
v2.0.0
v2.0.0-beta.7
Added
Item.replace(data, options)
method
Changed
ActivityEngine
now ignores special episodes (S00 or E00)- Updated the
Item.assign
andItem.inherit
methods to revert changes on error
Fixed
- Alignment of
PageHeader
children - Issue with
ActivityEngine
that could cause duplicate create actions
v2.0.0-beta.6
Added
Item
will now throw an error if an update is performed with conflictingkeys
ornumber
propertiesPageHeader
accepts asubtitle
propertyPlugin
now hasname
,repository
andversionName
properties
Changed
- Updated
NodeObserver
to emit "mutation" events on duplicate node add/remove actions - Renamed to "Radon"
v2.0.0-beta.3
Changed
- Updated "wes" to 1.1.0-beta.1
v2.0.0-beta.2
Release 2.0.0-beta.2
v2.0.0-beta.1
Added
- Configuration model constructor parameters are now validated
- Dependency versions are now locked with
package-lock.json
DocumentObserver
now supports attribute observation- Models to support video metadata (
Show
,Season
,Episode
,Movie
)
Changed
ActivityEngine
now debounces create actions to avoid duplicatesActivityEngine
now ignores seek events with a delta less than 15 seconds- Improved observation of text nodes in
DocumentObserver
- Improved session creation in
ActivityEngine
- Flattened source directory
- Reduced karma memory usage
- Updated "react" to 15.6.2
Fixed
ActivityEngine
would fire "start" actions early
v1.9.0
v1.9.0-beta.7
Changed
- Improved
PageHeader
sizing