Expresive Tea Versions Save

A Simple, Clean, Flexible and Modulable web framework project, based on Express and Typescript

v1.3.0-Beta.6

1 month ago

v1.3.0-Beta.5

1 month ago

What's Changed

Full Changelog: https://github.com/Expressive-Tea/expresive-tea/compare/v1.3.0-Beta.1...v1.3.0-Beta.5

v1.3.0-Beta.1

2 years ago

What's Changed

  • Handling Number responses properly.
  • Error Handling respond properly to Expressive Tea Exceptions.
  • Added Settings by file .expressive-tea as json file.
  • Multiple fixes to microservices core.

v1.2.2

2 years ago

What's Changed

  • Module Providers settings is now optional.
  • Allow pass arguments to Plugin's Constructor.
  • Fixes Handling Number Responses.
  • Fixes Error Responses as 500 always.
  • Remove unused code.
  • Code Enhancements.

Full Changelog: https://github.com/Expressive-Tea/expresive-tea/compare/v1.2.1...v1.2.2

v1.2.1

3 years ago
  • Next parameter decorator is not redirect flow to next middleware instead of returns empty responses.
  • Outdated and Vulnerabilities dependencies are now solved.
  • Improve Boot stages process in order to keep them in the correct order and steps now should place correctly in the internal event loop (not node).
  • Added websockets implementation
  • Fixed Testing and add integrations testing.

v1.2.0

3 years ago

RELEASE] 1.2.0 Release

  • View decorator allows us to render a view if a view engine is configurated.
  • Added Request, Response Express instances with a specific decorator.
  • Get Query, Body parameters directly using parameter decorators.
  • Get Url parameters using a parameter decorator.
  • Allow Flexibility by allowing use of the returning values as the response on every decorated Controller Method, if already sent a response using the response instance is automatically detected.
  • Allow the Https Configuration.
  • Improve Documentation.

v1.1.2

4 years ago

Description

There was a critical issue on the Boot engine when there were more than one plugins assigned. As this creates potential block implementation we create a hotfix to resolve it.

Changelog

v1.1.1

4 years ago

Implementations

  • Added Static Decorator to allow response to some of the static directories.
  • Added Express Directive Decorator to allow configure special settings for express module.
  • Modify Documentation Template.
  • Added Better Documentation.
  • Added plugins to Jsdocs to accept decorators as tags and parse @ symbols on examples.
  • Fixed small issues.

Commits Included

  • 93ec93f [MAINTENANCE] Fixes Small Issues and Documentation
  • 45c6f7e [MAINTENANCE] Fixes Small Issues and Documentation
  • cc44044 [MAINTENANCE] Fixes Small Issues and Documentation
  • 5662633 [MAINTENANCE] Fixes Small Issues and Documentation
  • e46a599 [MAINTENANCE] Fixes Small Issues and Documentation
  • 131c7b7 [MAINTENANCE] Small issues and refactoring
  • ec51c34 [MAINTENANCE] Fixes Small Issues and Documentation
  • 945e336 [MAINTENANCE] Fixes Small Issues and Documentation

v1.1.0

4 years ago
  • a050c84 [CORE] Publish Tooling
  • ae56fc1 [CORE] Publish Tooling
  • 40d2528 [CORE] Publish Tooling
  • 60d3804 [CORE] Publish Tooling
  • a92d774 [CORE] Publish Tooling
  • 7e7700c [CORE] Publish Tooling
  • 858fa72 [PLUGIN ENGINE] Added Plugin Decorator
  • 5b96274 1.1.0
  • d7d7c53 [PLUGIN ENGINE] Added Plugin Decorator
  • 1276141 [PLUGIN ENGINE] Added Plugin Decorator
  • c8aadb5 [PLUGIN ENGINE] Added Plugin Decorator
  • 6a58113 [PLUGIN ENGINE] Added Plugin Decorator
  • 817810e [DOCUMENTATION] Added Logo
  • fe69be9 [DOCUMENTATION] Added Logo
  • 871f06c [DOCUMENTATION] Added Logo
  • 502f1c6 [DOCUMENTATION] Added Plugin Decorator

v0.1.1

4 years ago