Skip to content

Releases: cecric/hexapinod

v1.1.0

04 Jan 13:08
Compare
Choose a tag to compare

We updated and switch the project from CommonJS to ES Module. It is required by some used libraries. We removed also Webpack and TS-node. The project requires at least node14 now to work.

Full Changelog: v1.0.3...v1.1.0

v1.0.3

03 Jan 11:19
Compare
Choose a tag to compare
  • Add API Documentation system (OpenAPI and APIDocJS)
  • Add Websocket (with Socket.IO) full support

Full Changelog: v1.0.2...v1.0.3

v1.0.2

23 Oct 06:36
Compare
Choose a tag to compare
v1.0.2 Pre-release
Pre-release
  • Add TypeORM support
  • Improvement of directory structure
  • Add comments on published code
  • Add tsdoc/jsdoc support with Typedoc

v1.0.1

30 Sep 16:21
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release

1st release

Beta version of the framework Hexapinod: The API server in Hexagonal architecture for NodeJS and wrote in Typescript. It includes CLI and REST API modules preconfigured. It includes also validators, repositories management, subprocess in service, JWT authentification example, and serialization in models.