Skip to content

0.1.7

Compare
Choose a tag to compare
@denisandroid denisandroid released this 07 Apr 21:51
· 20 commits to master since this release
  1. Version is upped (0.1.6->0.1.7).
  2. Added build flag always_compatible_stdapi (Mark functions as unsafe even if they are safe for standard API compatibility.).
  3. Added build flag support_istrig_loop (Ability to determine if an empty loop trigger has been executed.).
  4. Updated all examples, added examples (easy2, counter).
  5. Changes in the file hierarchy.
  6. Completely updated documentation.
  7. Updated assembly defining constants, added deprecated constants.
  8. Added some simplifications in the code base, moved some functions.
  9. Added division into AlwaysSafe and AutoSafe by type.
  10. Added experimental support for implementing anonymous trigger structures for HookManuallyDrop.
  11. Deprecated functions are hidden from the documentation, these functions will be removed in new versions of the library.
  12. Excluding the always_compile_stdapi library build flag allows, in some cases, to exclude unnecessary unsafe function marks from safe ones.

*_---