Releases: creepersaur/quark
Releases · creepersaur/quark
v0.0.18
v0.0.17
- Fixed scopes. (Now they actually work properly)
- Also fixed some grammar mistake in scope docs
v0.0.16
Stylesheets custom property update
v0.0.15
Massive changes
- Added Hooks as replacement for Events
- Properties set to functions will run the function
- States can now be
.reset()to their original value. CreateStoryfunction now exists which makes it simpler to create stories.- Fixed ALL_PROPERTIES and added ALL_EVENTS (for hooks)
v0.0.14
- Added embed to the docs site.
- ALL_PROPERTIES are now 87% less. I'm not using every single instance anymore. All UI/Constraint/Detectors/etc. still exist. though so its lesser.
- Mostly documentation changes.
v0.0.13
Massive changes in this one
- Fixed a bunch of small features and bugs (classes, new)
- Entries re-write now uses
New - ALL PROPERTIES AND CLASS NAMES ARE IN AUTOCOMPLETE when creating an instance using
New - Adding children takes dictionaries now
- New Animation objects: Loops
- Bunch of small bug fixes and story fixes
v0.0.11
bro forgot to add loop
v0.0.9
- Added Tweens
- Added Tween Docs
- Changed docs
- Fixed Scope stuff and memory leaks
v0.0.8
Fixed some memory leak sources.
Added Scopes.
v0.0.7
Bug fixes, Entries, Types.
Use require(Quark.Types) to get the types module.