Blindsight v1.3.0 Release Notes

    • Replace AsArguments with macro expansion #149
    • ➕ Add lazy methods to slf4j #146
    • ➕ Add page on memory usage
    • ➕ Add this changelog
    • 🚚 Optimizations to Arguments and Arguments to remove wrapping Seq and foldLeft. #141
    • ➕ Add prof gc to JMH benchmarks to see memory churn. #136
    • ➕ Add statement interpolation. #135
    • JMH statement construction benchmarks.
    • 👉 Make Statement a trait and inline construction for optimization.
    • 🔄 Change methods in APIs so they can take Statement to make logger.info(st"some statement ${arg}")" convenient.