Devlogs
Version 0.12.0
Major.Minor.Fixes
- Major versions are breaking updates, that will require user facing code to change.
- Minor versions are feature updates, which may require internal code to change.
- Fixes are bugfixes.
0.12.0
- Nylon will now initialize on _ready instead of init.
- NylonConfig will no longer be applied 3-4 times on startup
- Removed Nylon.set_config(), you can set the property directly now
- Completely rework how users are meant to extend the NylonParser
- The Parser is now generic and can be configured in NylonConfig
- Extending the parser is no longer required to create custom features
- NylonParserStep is now NylonParserFeature
- New NylonParserFeatures can be added through NylonConfig
- Existing features have been broken out into their own classes
- Removed NylonParserHelper, code was moved to respective new NylonParserFeatures
The Documentation Wiki is now up!
https://github.com/TheDuriel/Nylon-Documentation/wiki