Skip to content

Commit 9199778

Browse files
Update the change log
1 parent 415d868 commit 9199778

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGE_LOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Change Log
22

3+
## [v1.3.1](https://github.com/thewizardplusplus/luaplot/tree/v1.3.1) (2026-09-02)
4+
5+
- models:
6+
- 2D plot:
7+
- storing limits as a `Range` from the [luamath](https://github.com/thewizardplusplus/luamath) library;
8+
- iterating over points represented as `Vector2D(index, value)` from the [luamath](https://github.com/thewizardplusplus/luamath) library;
9+
- copying mutable constructor and factory inputs;
10+
- distance limit:
11+
- fixing the class name from `Point` to `DistanceLimit`;
12+
- 2D plot, 2D oscillogram, and distance limit:
13+
- exposing a class name and a stringified representation via the [luaserialization](https://github.com/thewizardplusplus/luaserialization) library;
14+
- generating a JSON Schema via the `schema()` static method;
15+
- constructing an instance from serializable options via the `from_options()` static method;
16+
- global operations:
17+
- supporting both sequences and objects with the `__index` metamethod in the `iterators` package;
18+
- calculating the vertical difference between points represented as `Vector2D` objects;
19+
- refactoring:
20+
- replacing the internal `types` package with the [luatypechecks](https://github.com/thewizardplusplus/luatypechecks) library;
21+
- replacing the internal `maths` package and the CPML library with the [luamath](https://github.com/thewizardplusplus/luamath) library;
22+
- adding the [luaserialization](https://github.com/thewizardplusplus/luaserialization) library;
23+
- misc.:
24+
- adding GitHub Actions workflows for tests, linting, and documentation deployment;
25+
- supporting Lua 5.1, 5.2, 5.3, 5.4, 5.5, and LuaJIT;
26+
- improving the generated documentation.
27+
328
## [v1.3](https://github.com/thewizardplusplus/luaplot/tree/v1.3) (2021-03-08)
429

530
- global operations:

0 commit comments

Comments
 (0)