Release 0.10.0
This commit is contained in:
56
README.md
56
README.md
@@ -13,34 +13,34 @@ As Haxe evolved and some of the functionality has been integrated/reimplemented/
|
|||||||
|
|
||||||
The library is build on top of the haxe macro API and `tink_core`, having three major parts:
|
The library is build on top of the haxe macro API and `tink_core`, having three major parts:
|
||||||
|
|
||||||
<!-- START INDEX -->
|
<!-- START INDEX -->
|
||||||
- [Macro API](#macro-api)
|
- [Macro API](#macro-api)
|
||||||
-
|
-
|
||||||
- [Expression Tools](#expression-tools)
|
- [Expression Tools](#expression-tools)
|
||||||
- [Basic Helpers](#basic-helpers)
|
- [Basic Helpers](#basic-helpers)
|
||||||
- [Extracting Constants](#extracting-constants)
|
- [Extracting Constants](#extracting-constants)
|
||||||
- [Shortcuts](#shortcuts)
|
- [Shortcuts](#shortcuts)
|
||||||
- [Type Inspection](#type-inspection)
|
- [Type Inspection](#type-inspection)
|
||||||
- [Advanced Transformations](#advanced-transformations)
|
- [Advanced Transformations](#advanced-transformations)
|
||||||
- [Position Tools](#position-tools)
|
- [Position Tools](#position-tools)
|
||||||
- [Type Tools](#type-tools)
|
- [Type Tools](#type-tools)
|
||||||
- [Function Tools](#function-tools)
|
- [Function Tools](#function-tools)
|
||||||
- [Operation Tools](#operation-tools)
|
- [Operation Tools](#operation-tools)
|
||||||
- [Metadata Tools](#metadata-tools)
|
- [Metadata Tools](#metadata-tools)
|
||||||
- [Build Infrastructure](#build-infrastructure)
|
- [Build Infrastructure](#build-infrastructure)
|
||||||
- [Member](#member)
|
- [Member](#member)
|
||||||
- [ClassBuilder](#classbuilder)
|
- [ClassBuilder](#classbuilder)
|
||||||
- [Constructor](#constructor)
|
- [Constructor](#constructor)
|
||||||
- [Creation](#creation)
|
- [Creation](#creation)
|
||||||
- [Visibility](#visibility)
|
- [Visibility](#visibility)
|
||||||
- [Initial Super Call](#initial-super-call)
|
- [Initial Super Call](#initial-super-call)
|
||||||
- [Simple Modifications](#simple-modifications)
|
- [Simple Modifications](#simple-modifications)
|
||||||
- [Field Initialization](#field-initialization)
|
- [Field Initialization](#field-initialization)
|
||||||
- [Setter Bypass](#setter-bypass)
|
- [Setter Bypass](#setter-bypass)
|
||||||
- [Initialization Options](#initialization-options)
|
- [Initialization Options](#initialization-options)
|
||||||
- [Expression Level Transformation](#expression-level-transformation)
|
- [Expression Level Transformation](#expression-level-transformation)
|
||||||
- [TypeMap](#typemap)
|
- [TypeMap](#typemap)
|
||||||
|
|
||||||
<!-- END INDEX -->
|
<!-- END INDEX -->
|
||||||
|
|
||||||
# Macro API
|
# Macro API
|
||||||
|
@@ -11,8 +11,8 @@
|
|||||||
"contributors": [
|
"contributors": [
|
||||||
"back2dos"
|
"back2dos"
|
||||||
],
|
],
|
||||||
"releasenote": "Store user defined constructors.",
|
"releasenote": "Expand build cache for 2 and 3 type parameters.",
|
||||||
"version": "0.9.1",
|
"version": "0.10.0",
|
||||||
"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