Skip to content

Releases: vajahath/sqlify

v2.5.2 Adds support for GPR (bug fix)

25 Jan 08:53
Compare
Choose a tag to compare
chore(ci): Adds missing rescope script

v2.5.1 Adds support for GPR

25 Jan 08:46
Compare
Choose a tag to compare

v2.5.0 Security Update (25th Jan 2020)

25 Jan 08:38
fcdbd69
Compare
Choose a tag to compare
Merge pull request #19 from vajahath/greenkeeper/initial

Add Greenkeeper badge 🌴

sqlify v2.4.0

04 Feb 10:04
Compare
Choose a tag to compare

TypeScript Support 🎉

Rewrote the entire module for TypeScript support. Definition files built right in.

sqlify 2.2.0 (25th May 2017)

25 May 11:33
Compare
Choose a tag to compare

Adds 2 new functions

  • order for ORDER BY clause
  • group for GROUP BY clause (actually implemented in v2.1)

sqlify 2.0.0 (10th April 2017)

10 Apr 09:11
Compare
Choose a tag to compare

Sqlify v2.0 is out! What's new?

  • more squel functions
  • using same function names for sqlify and squel. (#5)
  • addressing (#3)
  • wrapping squel inside sqlify for better stability.
  • (migrating to v2 is easier than you think. It just requires 2 mins, you bet!)

    migration guide

sqlify 1.0.3 (28th March 2017)

28 Mar 17:00
Compare
Choose a tag to compare

First stable release.