Skip to content

Releases: ucym/CodeLapse

v0.7.2

21 Nov 05:29
Compare
Choose a tag to compare
  • 5d7e632 Fix erroneous decision on Pager::hasNext().
  • b949ef6 Add overview comment for Pager
  • Rebuild document.

v0.7.1

13 Nov 17:29
Compare
Choose a tag to compare
  • #57 Add third option arguments in Security::safeHTML
  • #58 Session::delete now unset $_SESSION and instance
  • Add experimental support for PHP 5.2.x

v0.6.1

20 Oct 09:32
Compare
Choose a tag to compare
v0.6.1

v0.6.0

20 Oct 09:25
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

It's invalid version.
Do not download this version.

v0.5.1

05 Aug 11:04
Compare
Choose a tag to compare

Bugfix

  • Fix not allowed cross origin access to be call acceptCrossOrigin

v0.5.0

31 Jul 09:31
Compare
Choose a tag to compare

API broken changes

CodeLapse\Database\Connection\* classes stops return false when detect database operation errors.
From now on, Connection classes throws CodeLapse\Database\DBException on detect database error (ex, PDO::query returns false, catch the Exception).
And when operation successful, some methods not return true.
Many of the methods were no longer return a value.
(if error, throws Exception, not then, It will quietly continue process.)

Related methods

  • CodeLapse\Database\Connection
    • useDB, setCharset, query, startTransaction, commit, rollback
      lastInsertId: int, quote: string

v0.4.0

29 Jul 00:16
Compare
Choose a tag to compare
  • New API
    • ArrayWrapper - for chainable array functions wrapper
    • Arr::wrap - Construct ArrayWrapper instace from array
      -- Arr::wrapWithKey - Construct ArrayWrapper instace from array (Some methods give array's value and key to callback)
  • Changes
    • Validator::addRuleClass now regist rule name by camelCase
      (Before changes, Validator::addRuleClass register rule name by PascalCase)
      Now, regist validateXxxYyy is xxxYYY rule name.

v0.3.0

28 Jul 07:36
Compare
Choose a tag to compare

New API (class, functions)

  • Validator
  • Req::get alias function _get
  • Req::post alias function _post

Deleted

  • Core class

v0.2.0

11 Jul 10:37
Compare
Choose a tag to compare
  • New API(classes, methods)
    • Request
    • Controller\Rest
    • Upload
    • Arr::isAssoc

and some bug fixes

v0.1.0

17 May 16:33
Compare
Choose a tag to compare
initial release