Skip to content

Releases: afonzeca/arun

Arun - 0.45.1-alpha pre-release version

03 Dec 15:26
Compare
Choose a tag to compare
Pre-release
  • Basic Facade Support
  • README.md updated
  • Composer.json updated

Arun - 0.45-alpha pre-release version

03 Dec 15:14
Compare
Choose a tag to compare
Pre-release

List of changes:

  • v0.45 - alpha - Changes Made:

        1) Added facade support
        2) DI Container injected in APP via constructor
        3) README.md update
    

Arun - 0.44.2-alpha pre-release version

28 Nov 09:43
Compare
Choose a tag to compare
Pre-release

Some update for improving the following functionalities:

	  1) Improved help autogeneration
	  2) Introducted box.json for PHAR generation
	  3) Added gen:disableDomain  
	  4) Added gen:phar for creating .phar self-contained
	  application package
	  5) Improved README.md

Arun - 0.44.1-alpha pre-release version

24 Nov 19:11
Compare
Choose a tag to compare
Pre-release

Fixed dependency respect of 0.44-alpha

Arun - 0.44-alpha pre-release version

24 Nov 18:49
Compare
Choose a tag to compare
Pre-release

List of changes:

  • v0.44 - alpha - Changes Made:
    1) Improved help autogeneration
    2) Introducted box.json for PHAR generation
    3) Added gen:disableDomain
    4) Added gen:phar for creating .phar self-contained
    application package
    5) Improved README.md

Arun - 0.43-alpha pre-release version

14 Nov 10:26
Compare
Choose a tag to compare
Pre-release

Version number changed

Arun - 0.42-alpha pre-release version

14 Nov 09:02
Compare
Choose a tag to compare
Pre-release

List of changes:

v0.42-alpha - Changes Made:

1) Arun code auto-generation (Domains, Actions, Parameters), thanks to domain "gen" included "out-of-the-box"
2) @SET\DomainEnabled and @SET\ActionEnabled fixed
3) Improved documentation (README.md)
4) Published on 2018-11-14

Arun - 0.41-alpha pre-release version

06 Nov 17:45
941cde0
Compare
Choose a tag to compare
Pre-release

List of changes:

  • v0.41-alpha - Changes Made:

        1) The Arun Package splitted in two projects
    
      	* arun-core at https://github.com/afonzeca/arun-core
      	* arun framework (boilerplate) at https://github.com/afonzeca/arun
    
        2) Arun-core API docs (API documentation)
    
        3) Published on 2018-11-06
    
        4) Arun microframework (this repository) has been updated
        for external core support (changes to container/core.php,
        composer.json and the whole documentation) 
    
        5) All "core" code removed from this repository and
        republished on arun-core repository (refer to point 1)
    

Arun - 0.4-alpha pre-release version

28 Oct 14:39
551555f
Compare
Choose a tag to compare
Pre-release
  • v0.4-alpha - Changes made:

         1) Removed static whitelists for the "help definition" and for
         enabling Domains
         2) Added Annotations class support; now help for
         Classes(Domains) and Methods(Action) can be set thanks to
         Custom Annotations
         3) Annotations also helps to define which domains/actions
         are enabled
         4) Help functionalities rewritten. Now no need to define
         anything; according to the level of annotations, the
         framework auto-generates detailed help!
         5) Now we have inside Collections (with Count ed Iterator)
         6) Optimization and refactoring
         7) Previous implemented domains could be not compatible
         with this version
         8) Added ExampleDomain class for helping the understanding
         of the Annotations
         9) Changed Domains directory, now Domains class must be
         under app/Console/Domains
         10) Conf global function has been namespaced
         11) Some Internals renamed
         12) Published on 2018-10-28
    

Arun - 0.3alpha pre-release version

26 Oct 07:10
Compare
Choose a tag to compare
Pre-release
  1. Changed project name from Bosun v0.2-alpha to Arun v0.3-alpha.
  2. Changed core and namespaces according to point 1
  3. Namespaced "conf" function
  4. Publishing Date: 2018-10-26.