All Versions
56
Latest Version
Avg Release Cycle
83 days
Latest Release
1548 days ago

Changelog History
Page 6

  • v0.9.6 Changes

    March 12, 2012
    • Escape array values so they produce sql arrays (Roger Castells, Colin Smith)
    • 📄 docs: mention mysql transaction stop gap solution (Blake Miner)
    • 📄 docs: Mention affectedRows in FAQ (Michael Baldwin)
  • v0.9.5 Changes

    November 26, 2011
    • 🛠 Fix #142 Driver stalls upon reconnect attempt that's immediately closed
    • ➕ Add travis build
    • ✅ Switch to urun as a test runner
    • ✅ Switch to utest for unit tests
    • ✂ Remove fast-or-slow dependency for tests
    • ✅ Split integration tests into individual files again
  • v0.9.4 Changes

    August 31, 2011
    • 🔦 Expose package.json as mysql.PACKAGE (#104)
  • v0.9.3 Changes

    August 22, 2011
    • 0️⃣ Set default client.user to root
    • 🛠 Fix #91: Client#format should not mutate params array
    • 🛠 Fix #94: TypeError in client.js
    • 📜 Parse decimals as string (vadimg)
  • v0.9.2 Changes

    August 07, 2011
    • The underlaying socket connection is now managed implicitly rather than explicitly.
    • ⬆️ Check the [upgrading guide][] for a full list of changes.
  • v0.9.1 Changes

    February 20, 2011
    • 🛠 Fix issue #49 / client.escape() throwing exceptions on objects. (Nick Payne)
    • ⬇️ Drop < v0.4.x compatibility. From now on you need node v0.4.x to use this module.