Skip to content

Releases: dominion-solutions/laravel-mysqlite

Adds Custom Functionality

06 Jul 12:48
7e78af4
Compare
Choose a tag to compare

Thanks @daverogers for the update.
New Features:

  • Ability to add custom functions.

Adds Left and Right Functionality

13 Apr 11:36
a6e9179
Compare
Choose a tag to compare
#104 Add support for MySQL LEFT(), RIGHT() (#105)

#104 Add support for MySQL LEFT(), RIGHT()

Yearweek Functionality

12 Feb 18:01
ce4c111
Compare
Choose a tag to compare

This release adds the much-asked for YearWeek functionality!

Support for Laravel 8, PHP 8

10 Dec 16:22
df09a24
Compare
Choose a tag to compare

Adds Support for PHP 8, Laravel 8, and closes #75

Adding Support for Laravel 6.0

09 Sep 17:58
984d243
Compare
Choose a tag to compare

Supports Laravel 6.0.

Updates

29 Aug 18:52
f092e5d
Compare
Choose a tag to compare

Updated vectorface/mysqlite, illuminate/database, phpcs, and phpmd

php-intl / symfony/intl

14 Feb 19:42
6512abe
Compare
Choose a tag to compare

Enhancements

#30 Added composer suggestions, added compatibility for symfony/intl.

Additional Methods

13 Feb 19:20
Compare
Choose a tag to compare

Features:

  • #10 Update readme.md to include the additional methods that were included in the last pull request.
  • #11 Remove redundant composer self update from .travis-ci.yml
  • #16 Fix the verbiage in the description field of composer.json
  • #22 Add Additional Functions
  • #23 Add PHP 7.3 to travis-ci

Bugs Fixed:

  • #18 Fix StyleCI Badge
  • #19 The build is currently not working

Documentation Updates:

  • Added Code of Conduct.

Initial Version

25 Jan 18:08
Compare
Choose a tag to compare
Additional Methods Injection (#9)

* Added Timestampdiff method.
* Added UTC_TIMESTAMP
* Added time_to_sec function
* Got all additional functionality working with additional test.
* Minor Refactor