Skip to content

Releases: codefyphp/codefy

v3.0.1 - Maintenance Release

18 Oct 20:04
v3.0.1
01803ba

Choose a tag to compare

This is a small maintenance release.

  • fixed - unnecessary semicolon at the end of an if statement

Full Changelog: v3.0.1...v3.0.1

v3.0.0

15 Oct 18:07
v3.0.0
a179441

Choose a tag to compare

This new release brings lots of changes, updates, and bug fixes:

And a host of other bug fixes, enhancements, and new features. Check out the new documentation for a full view of what v3.0.0 has to offer.

Full Changelog: v2.1.6...v3.0.0

v2.1.5

18 Aug 14:31
v2.1.5
09f525e

Choose a tag to compare

  • Fixed issue with cyclic dependencies
  • Fixed issue with merging providers
  • Fixed bug with loading singletons and providers through ApplicationBuilder

v2.1.3

17 Aug 14:25
v2.1.3
ddd38d2

Choose a tag to compare

  • Added ApplicationBuilder class
  • Updated RegisterProviders class
  • Added Kernel interface for ConsoleKernel

Full Changelog: v2.1.2...v2.1.3

v2.1.2

15 Aug 14:27
v2.1.2
c5ba43e

Choose a tag to compare

  • fixed truthy check for env variable in Application.php
  • updated singleton method in Application.php

Full Changelog: v2.1.1...v2.1.2

v2.1.1

14 Aug 01:34
v2.1.1
144597a

Choose a tag to compare

Fixed application base path discovery.

Full Changelog: v2.1.0...v2.1.1

v2.1.0

14 Aug 01:21
v2.1.0
de61932

Choose a tag to compare

Preparing for version 3.

Full Changelog: v2.0.9...v2.1.0

v2.0.6

26 Oct 21:09
v2.0.6
da3e92d

Choose a tag to compare

  • fixed config keys for Auth

v2.0.5

26 Oct 21:09
v2.0.5
21ae977

Choose a tag to compare

  • fixed default database prefix

v2.0.4

18 Oct 18:52
v2.0.4
aa7c516

Choose a tag to compare

Updated PdoServiceProvider to run via the console.