Skip to content

Latest commit

 

History

History
129 lines (76 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

129 lines (76 loc) · 2.05 KB

0.3.6

  • Fix CLI tools.

0.3.5

  • Update minerva_controller_generator version.

0.3.4

  • Optimized the decoding time of the request body into text and JSON;
  • Refactor code, refactor CLI tools;
  • Updated the standard application template;
  • Added choice of two initial application templates: with controllers and endpoints;
  • Update README files.

0.3.3

  • Update README files.

0.3.2

  • Update library export file.

0.3.1

  • Update JsonResult.

0.3.0

  • Update filters constructor parameters;
  • Update library export file.

0.2.9

  • Update how RequestBody works with JSON.

0.2.8

  • Update CLI tools;
  • Update README files;
  • Add const constructor to AgentData class;
  • Add class FileLoggerAgentData. It was removed in previous versions. Now added back.

0.2.7

  • Update documentation.

0.2.6

  • Update README files.

0.2.5

  • Update CLI tools.

0.2.4

  • Replace setting parameter of bind method of Minerva class to settingBuilder. Now you have to pass an instance of the successor of the MinervaSettingBuilder class instead of the MinervaSetting instance;
  • Update CLI tools;
  • Update README files.

0.2.3

  • Fix JwtAuthMiddleware.

0.2.2

  • Add RequestFilter class to export library file;
  • Update CLI tools.

0.2.1

  • Fix static file middleware for working with Windows paths;
  • Rename Filter to RequestFilter. This is done so that there are no name collisions with some popular packages;
  • Add JsonFieldType.num to JsonFilter;
  • Update README files.

0.2.0

  • Update README files;
  • Update websockets handling;
  • Update error handling in server initialization.

0.1.9

  • Update README files;
  • Update CLI tools;
  • Update error handling in server initialization.

0.1.8

  • Update README files.

0.1.7

  • Fix logo.

0.1.6

  • Add logo;
  • Update REAMDE files;
  • Update CLI tools;
  • Other little changes.

0.1.5

  • Update Dockerfile generation.

0.1.4

  • Update CLI tools.

0.1.3

  • Update README files;
  • Update Dockerfile generation.

0.1.2

  • Fix docs images.

0.1.1

  • Fix docs images.

0.1.0

  • Initial version.