Skip to content

Releases: yusuftaufiq/codeigniter3-ide-helper

v1.0.8

10 Jun 09:53
Compare
Choose a tag to compare

1.0.8 (2022-06-10)

Bug Fixes

  • binary: add option to override development environment via getenv (eac50ce)

v1.0.7

10 Jun 07:43
Compare
Choose a tag to compare

1.0.7 (2022-06-10)

Bug Fixes

  • binary: change condition to set environment (a67f142)

v1.0.6

10 Jun 02:38
Compare
Choose a tag to compare

1.0.6 (2022-06-10)

Bug Fixes

  • binary: fix wrong parent composer autoload directory (2071615)

v1.0.5

09 Jun 15:46
Compare
Choose a tag to compare

1.0.5 (2022-06-09)

Bug Fixes

  • release: revert workflow event (8d11f66)

v1.0.4

09 Jun 15:42
Compare
Choose a tag to compare

1.0.4 (2022-06-09)

Bug Fixes

  • release: change workflow events and released tags (3d7741d)

v1.0.3

09 Jun 14:54
Compare
Choose a tag to compare

1.0.3 (2022-06-09)

Bug Fixes

  • release: revert ci and update secret token (e12096d)

v1.0.2

09 Jun 13:42
Compare
Choose a tag to compare

1.0.2 (2022-06-09)

Bug Fixes

  • tmp: add empty temporary folder (652680e)

v1.0.1

09 Jun 10:05
Compare
Choose a tag to compare

1.0.1 (2022-06-09)

Bug Fixes

  • binary: fix wrong parent composer autoload directory (62912b0)

v1.0.0

09 Jun 07:52
Compare
Choose a tag to compare

1.0.0 (2022-06-09)

Bug Fixes

  • add default autoload libraries (7e094c1)
  • add missing unmatched conditions handler (6734fb8)
  • add non interactive option (d7c76e2)
  • add null safe (396a718)
  • always recreate finder class (bfaefef)
  • auto add directory suffix if not exists (be756e3)
  • change check env condition (efd4452)
  • change default autoload libraries (19124b9)
  • change definitions visibility to public (d8993b9)
  • change environment name to prevent conflict (619685e)
  • change incorrect class & method (07f30a4)
  • change incorrect default alias name (50c2236)
  • change incorrect file name mapper behaviour (2d21ab1)
  • change incorrect method call (ef11dbe)
  • change to php 7.4 compatibility (3af9113)
  • create factory to prevent duplicate results (8587643)
  • devcontainer: hide xdebug log messages (3b4cdb7)
  • disable timeout (82188d4)
  • fixed always give null if arguments empty (b79fb80)
  • handle if file not contain class (867be8b)
  • handle library with sub directory (5011277)
  • order class for easier test (040476e)
  • prevent conflict class name (b4e4039)
  • prevent errors when parsing null parameter (ec286af)
  • remove ussage iterator element keys as index (6ba8d9f)
  • rename default path (73597be)
  • rename file (da140a5)
  • rename incorrect autoload model key (63e9a0b)
  • rename incorrect static variable (05229ff)
  • update behavior when contain 2 classes in one file (e8c53b3)
  • update wrong library name while in subfolder (7fb6a2b)
  • use make instead call (6e5e818)
  • use new file reader (25f040f)
  • use php di container return type (9e37450)

Features

  • add autoload file parser (8f110da)
  • add autoload library node caster (18e1de8)
  • add class node visitor (3bb3d0f)
  • add configurations via .env file (cf81b94)
  • add core files reader (f54c0cb)
  • add directory validation (4a69dda)
  • add empty services (560c512)
  • add enumeration (09b8e1b)
  • add executable binary (29f2995)
  • add expression array args cast (4493432)
  • add file reader blueprint (5e9a4b8)
  • add file writer (7124b31)
  • add load model node caster (7ecbaa1)
  • add main application handler (4417f20)
  • add methods plan with pipelines (7b79d70)
  • add new node visitor type (d442f45)
  • add support functions (6715f76)
  • add WIP cast expression array (831ffdd)
  • cast name identifier scalar string (e342ad0)
  • cast node to dto (c4c086b)
  • create core file parser (c7d8ad7)
  • create parser service blueprint (54cc96e)
  • initial commit for abstract file reader (eb05dc0)
  • initial commit for file reader class (6853cab)
  • initial commit for files reader (09dd244)
  • integrate with symfony var dumper (9c48d4f)
  • provides a global method to access the output path (a77728e)
  • update command arguments (91ac365)
  • use dic & add blueprint generate command (77a392c)
  • use reader service (5969c5a)
  • WIP add autoload casters (7bf8ffd)
  • wrap properties inside class dto (1f750f0)

Performance Improvements

Read more