Skip to content

Releases: SirLich/reticulator

v0.2.0

11 Nov 14:07
Compare
Choose a tag to compare

Internal rework to use more decorators, and a pyi interface file.

v0.0.12-beta

09 Jan 22:26
Compare
Choose a tag to compare
v0.0.12-beta Pre-release
Pre-release

Minor release, adds:

  • entity file counterpart (rp only)
  • functions + commands support
  • entity.models and entity.animations, with a new triple support

v0.0.11-beta

09 Jan 22:23
Compare
Choose a tag to compare
v0.0.11-beta Pre-release
Pre-release

Failed release, which was supposed to add function support.

v0.0.10-beta

05 Jan 22:41
Compare
Choose a tag to compare
v0.0.10-beta Pre-release
Pre-release

Hotfix, which fixes broken delete_jsonpath

v0.0.9-beta

05 Jan 22:04
Compare
Choose a tag to compare
v0.0.9-beta Pre-release
Pre-release
  1. Add a new override property into set_jsonpath.
  2. Add a new jsonpath_exists method for detecting whether a jsonpath is set on a json property.

v0.0.8-beta

05 Jan 15:20
Compare
Choose a tag to compare
v0.0.8-beta Pre-release
Pre-release

Add support for function files.

v0.0.7-beta

13 Nov 14:17
Compare
Choose a tag to compare
v0.0.7-beta Pre-release
Pre-release

Added support for recipe files. Cleaned up models for other asset types.

v0.0.6-beta

11 Nov 23:28
Compare
Choose a tag to compare
v0.0.6-beta Pre-release
Pre-release
  • Fixes issue where sub-resources such as component_groups would fail if the asset was missing those resources. Now returns an empty list instead.
  • Added support for particles.

v0.0.5-beta

06 Nov 23:36
Compare
Choose a tag to compare
v0.0.5-beta Pre-release
Pre-release

Fixes issue where subresource accessors were using the wrong method.

Prevented subresources from being used at all.

v0.0.4-beta

06 Nov 11:43
Compare
Choose a tag to compare
v0.0.4-beta Pre-release
Pre-release

Reticulator v0.0.4-beta

Includes readme.rst, to prevent pip installation failure.