0.1.7
- Version is upped (0.1.6->0.1.7).
- Added build flag
always_compatible_stdapi
(Mark functions as unsafe even if they are safe for standard API compatibility.). - Added build flag
support_istrig_loop
(Ability to determine if an empty loop trigger has been executed.). - Updated all examples, added examples (easy2, counter).
- Changes in the file hierarchy.
- Completely updated documentation.
- Updated assembly defining constants, added deprecated constants.
- Added some simplifications in the code base, moved some functions.
- Added division into AlwaysSafe and AutoSafe by type.
- Added experimental support for implementing anonymous trigger structures for HookManuallyDrop.
- Deprecated functions are hidden from the documentation, these functions will be removed in new versions of the library.
- Excluding the
always_compile_stdapi
library build flag allows, in some cases, to exclude unnecessary unsafe function marks from safe ones.
*_---