Skip to content

Lime v4.0

Compare
Choose a tag to compare
@Curve Curve released this 07 May 08:08
· 68 commits to master since this release
1ff782d

v4.0


🍵 New Features

  • 🪝 Hook
    • Calling Convention support
    • Refine address concepts
    • No longer accept function pointer-like signatures [🧨 BREAKING]
      • hook<void(*)(int)> should now be hook<void(int)>

🐌 Minor Changes

  • Drop boost-callable-traits dependency