Changelog#
v0.17.0 (2024-08-10)#
Feature#
Fix#
v0.16.1 (2024-06-23)#
Fix#
Remove scientific notation formatting for small scale numbers (
e72080d
)
v0.16.0 (2024-02-23)#
Feature#
Fix#
v0.15.0 (2024-02-16)#
Feature#
Fix#
Strip run execute from commands (
c8648f2
)
v0.14.0 (2024-02-05)#
Feature#
Fix#
Only cast numeric nbt types (
86d49b1
)
v0.13.1 (2024-01-24)#
Fix#
Remove rich import (
a07da7d
)
v0.13.0 (2024-01-23)#
Feature#
Specify data source types using square brackets (
b7b96fb
)
Fix#
v0.12.2 (2023-01-08)#
Fix#
Fix inheritance of expression nodes and dataclasses.replace (
bd6ac3d
)
v0.12.1 (2022-12-31)#
Fix#
Preserve key/default logic of builtin min/max functions (
c127114
)
v0.12.0 (2022-12-30)#
Feature#
Support literal floating numbers on score multiplication/division (
eea20d4
)
Fix#
v0.11.2 (2022-12-27)#
Fix#
Import all subpackages in init for conveniency (
7c2ed2c
)
v0.11.1 (2022-12-27)#
Fix#
Generate negative score constants in init function (
9ec47cb
)
v0.11.0 (2022-11-19)#
Feature#
v0.10.0 (2022-11-15)#
Feature#
v0.9.0 (2022-11-07)#
Feature#
Let custom objectives be added to init function (
99483fb
)
v0.8.3 (2022-11-07)#
Fix#
v0.8.2 (2022-08-28)#
Fix#
DataSource._copy doesn't support subclasses. (
21d1db3
)
v0.8.1 (2022-08-24)#
Fix#
Let dicts be used as filter keys in DataSource paths (
f10cbdf
)
v0.8.0 (2022-07-27)#
Feature#
Api method to cast expressions to any nbt type (
eb3d532
)
Fix#
v0.7.0 (2022-06-15)#
Feature#
v0.6.1 (2022-04-30)#
Fix#
Use
bolt
package instead ofmecha.contrib.bolt
inapi.py
(ace4b1a
)
Documentation#
v0.6.0 (2022-04-14)#
Feature#
Add expression node methods (
97b5a44
)
v0.5.0 (2022-04-02)#
Feature#
Documentation#
v0.4.5 (2022-03-31)#
Fix#
Init function would be prepended to load tag even if
Expression.init
was called (34080fe
)
Documentation#
v0.4.4 (2022-03-31)#
Fix#
Expression.init() creates function with incorrect init path (
665edcc
)
v0.4.3 (2022-03-31)#
Fix#
Generate_init error (
65f8b5a
)
v0.4.2 (2022-03-31)#
Fix#
Forcing a release to build new docs ffs (
e30adf7
)
Documentation#
v0.4.1 (2022-03-31)#
Fix#
Scoreboard.objective now works and is preferred (
e292d99
)
v0.4.0 (2022-03-31)#
Feature#
Ctx.inject is now implicit (
f29406f
)