Skip to content

Releases: codefyphp/codefy

v2.1.5

18 Aug 14:31
v2.1.5
09f525e
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • fixed config keys for Auth

v2.0.5

26 Oct 21:09
v2.0.5
21ae977
Compare
Choose a tag to compare
  • fixed default database prefix

v2.0.4

18 Oct 18:52
v2.0.4
aa7c516
Compare
Choose a tag to compare

Updated PdoServiceProvider to run via the console.

v2.0.3

26 Sep 18:44
v2.0.3
51daebf
Compare
Choose a tag to compare

Features

  • Role-Based Access Control (RBAC)
  • Added authentication and authorization system

Enhancements

  • Updated Password class with verify method
  • Used code beautifier

v2.0.2

04 Sep 17:00
v2.0.2
45642b5
Compare
Choose a tag to compare

Fixed the redirect method in the BaseController.