Release 0.15.3
This commit is contained in:
23
README.md
23
README.md
@@ -17,17 +17,18 @@ The library is build on top of the haxe macro API and `tink_core`, having three
|
|||||||
|
|
||||||
<!-- START INDEX -->
|
<!-- START INDEX -->
|
||||||
- [Macro API](#macro-api)
|
- [Macro API](#macro-api)
|
||||||
- [Expression Tools](#expression-tools)
|
-
|
||||||
- [Basic Helpers](#basic-helpers)
|
- [Expression Tools](#expression-tools)
|
||||||
- [Extracting Constants](#extracting-constants)
|
- [Basic Helpers](#basic-helpers)
|
||||||
- [Shortcuts](#shortcuts)
|
- [Extracting Constants](#extracting-constants)
|
||||||
- [Type Inspection](#type-inspection)
|
- [Shortcuts](#shortcuts)
|
||||||
- [Advanced Transformations](#advanced-transformations)
|
- [Type Inspection](#type-inspection)
|
||||||
- [Position Tools](#position-tools)
|
- [Advanced Transformations](#advanced-transformations)
|
||||||
- [Type Tools](#type-tools)
|
- [Position Tools](#position-tools)
|
||||||
- [Function Tools](#function-tools)
|
- [Type Tools](#type-tools)
|
||||||
- [Operation Tools](#operation-tools)
|
- [Function Tools](#function-tools)
|
||||||
- [Metadata Tools](#metadata-tools)
|
- [Operation Tools](#operation-tools)
|
||||||
|
- [Metadata Tools](#metadata-tools)
|
||||||
- [Build Infrastructure](#build-infrastructure)
|
- [Build Infrastructure](#build-infrastructure)
|
||||||
- [Member](#member)
|
- [Member](#member)
|
||||||
- [ClassBuilder](#classbuilder)
|
- [ClassBuilder](#classbuilder)
|
||||||
|
|||||||
@@ -11,8 +11,8 @@
|
|||||||
"contributors": [
|
"contributors": [
|
||||||
"back2dos"
|
"back2dos"
|
||||||
],
|
],
|
||||||
"releasenote": "Improve position reporting.",
|
"releasenote": "Fixes issues caused by private types.",
|
||||||
"version": "0.15.2",
|
"version": "0.15.3",
|
||||||
"url": "http://haxetink.org/tink_macro",
|
"url": "http://haxetink.org/tink_macro",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tink_core": ""
|
"tink_core": ""
|
||||||
|
|||||||
Reference in New Issue
Block a user