Devlogs
PRState 2.1.4 released. Documentation and Feather updates, mostly.
PRState v2.1.4 now available. There have been a few minor updates since the last release.
Change Log:
IMPROVEMENTS
- Cleared Feather errors/warnings by tightening up some of the code.
- Removed DebugExt script. Decided it was overkill.
- Enhanced JSDOC documentation.
- Replaced module registry code with new external PRModuleRegistry function call.
BUG FIXES
- Added event_inherited() call in all object events.
NOTES
- Removed noone as a valid value for state names. State names are strings, thus use only "" for no state rather than noone.
- Fixed a type-o in the PRSetStateVerbose() function.
- Minor documentation changes.