Skip to content

Releases: ace411/Bingo-Framework

Bingo v2.0.0

30 Mar 19:18
Compare
Choose a tag to compare
Bingo v2.0.0 Pre-release
Pre-release

Fifth release of the Bingo Framework

Major Release

This is the second major release of the Bingo Framework.

New Features

  • Dependency Injection with Pimple DI

  • Asset Management with Assetic

  • Command Line supported Asset Management

  • Controller traits (Abstract class replacement)

Bingo Version 1.1.1

28 Feb 17:41
Compare
Choose a tag to compare

Fourth Release of the Bingo Framework

The following changes have been made:

  • ERROR_TYPE value ('json' or 'text-html') has been added to the Config.php file
  • Removed unnecessary files
    • App/Controllers/Api.php
    • App/Views/Pug/main.pug
    • App/Views/Pug/index.pug
    • App/Views/Pug/error.pug
    • App/Views/Home/markdown.php
    • App/Models/Google.php
  • composer.json suggestions

Bingo Version 1.1.0

27 Feb 16:08
Compare
Choose a tag to compare

Third Release of the Bingo Framework

Added Features

  • Mustache Template caching
  • Markdown support
  • A simple Command Line Interface
  • Command Line Interface Exception handler
  • CLI error logger

Bingo Version 1.0.1

16 Jan 18:00
Compare
Choose a tag to compare

Improvements

After inspecting the code in the first version, the following adjustments were made:

  • More accurate path generation
  • Creation of a cache for Mustache templates
  • Modification of the "composer.json" file
  • A means to display configuration options

Bingo Version 1.0.0

13 Jan 15:28
Compare
Choose a tag to compare

First Development Release of the Bingo Framework

Features

  • A router
  • Mustache Templates
  • PHP templates (if required)
  • Error Logger (used during production)
  • Composer agnostic features (composer.json and composer autoloader for default dependency directory)