Skip to content

Release 2.0.0 Alpha 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@seancorfield seancorfield released this 13 Mar 23:46
· 107 commits to v2 since this release
  • This is a complete rewrite/simplification of HoneySQL that provides just two namespaces:
    • honey.sql -- this is the primary API via the format function as well as the various extension points.
    • honey.sql.helpers -- provides a helper function for every piece of the DSL that is supported out-of-the-box.
  • The coordinates for HoneySQL 2.0 are seancorfield/honeysql so it can be added to a project that already uses HoneySQL 1.0 without any conflicts, making it easier to migrate piecemeal from 1.0 to 2.0.