Releases: TomaszKandula/TokanPages
Releases · TomaszKandula/TokanPages
v0.27.1
v0.27.0
v0.26.0
v0.25.0
0.25.0 (2021-10-30)
Bug Fixes
- add missing casting (00332bb)
- add missing HTTP attribute (754c1ee)
- add missing key for div element in array (e5e535c)
- add missing key for div element in array (4786a19)
- aligning default export name and file name (a9f69f6)
- change error code (83b4409)
- correct date and time implementation (7eb29c2)
- correct implementation using base url, update tests and related code (76b788f)
- refactor common code so it can be reused (36dc56e)
- remove unnecessary semicolon (f70ff57)
- removed unnecessary React import (c8c02fb)
- resolve merge issues (2fb473d)
- use interfaces not implementations to create mock object (7418f00)
Features
- add command column to user tokens table (f95a5d9)
- add command name when saving new user token (7654226)
- add database context and logger to template handler (b8d4703)
- add error code for empty email template (644c9d0)
- add new error codes (34f707b)
- add new property for current date time relative to UTC (3809d97)
- add table to store all article read counts (0312db2)
- add user tokens to database (34ea0b9)
- extend error codes by adding COMPONENT_NOT_FOUND (3c5f266)
- improve GetDataFromStorage implementation (79d95e8)
- improve implementation with new Azure Storage Blob SDK v12 (6e81b53)
- improve implementation, add exceptions (e91b937)
- improve SetCookie implementation (ea0b3cf)
- save generated user token on (re)authentication to database (b8ad533)
- save individual read count for logged user for viewed article (58af7ed)
v0.24.0
0.24.0 (2021-10-03)
Features
- add article text to 'get article' response (56ba933)
- add custom http client (7eafdc9)
- add GetContent functionality to retrieve data from Azure Storage (supports multi-language) (2e6c886)
- add JSON serializer/deserializer/token parser based on Newtonsoft implementation (3d37f82)
- add new base controller for proxy controllers (d1ad7d7)
- add new methods to map object(s) from json token (eb5f9c6)
- add new proxy controller for getting article main image (600c4b8)
- add new proxy endpoint for getting assets from storage (08282ae)
v0.23.0
v0.22.0
0.22.0 (2021-09-25)
Bug Fixes
- resolve logic mistake (026f186)
Features
- add account activation capabilities (b96bfcf)
- add activate user capability (5ea5eb2)
- add activation feature to account registration (7a920a7)
- add new email template (ffc9283)
- add new error codes to resources (7f25db9)
- add new property for activation feature (a6eb364)
- add progress on scroll feature (a53214a)
- add revoke refresh token capability (1fe9448)
v0.21.0
v0.20.0
0.20.0 (2021-09-13)
Bug Fixes
- add missing action for resetting signed user status (1f17ae1)
- add missing reset id (ea30110)
- add missing sign-up state reset (8181cf7)
- add missing state reset (8d5f6ff)
- check prop value (59693b7)
- correct component name (ae89ad7)
- resolve incorrect condition issue (0dadcc5)
- resolve issues with tests (0a0c6c7)
- resolve required roles issue (0f0a315)
- update dependencies (9445fc0)
Features
- add account activation check (fcf96fa)
- add action 'API call' to execute user signin (5e8f688)
- add API call for user sing-up (d8d1b7f)
- add constants for Signin, Signup and Reset forms (81aef3d)
- add models for login functionality (0187eec)
- add new action for update/reset password (783a346)
- add new API urls for authentication functionality (efdfdaf)
- add new constants for (6b10e9c)
- add new controller for updating user password (5658fa4)
- add new DTOs for update/reset password actions (55e10c1)
- add new endpoints and message for update/reset password action (b3e6c0b)
- add new error code (5f8d41e)
- add new exports for login functionality (6359f3d)
- add new validation rule (c9d8cf7)
- add new validation rules for Signin functionality (724ce59)
- add new validation rules for update password form (e562ca9)
- add redux action and reducer for login functionality (incl. state, default values) (410de99)
- add reset password handler and controller (9125041)
- add reset password UI (b2a9c59)
- add separate contact page (210daa8)
- add signin basic logic and keep it in separate file (split view from logic) (f022e86)
- add signup implementation (4ae9e5a)
- add update password functionality (f83a960)
- implement command, handler and validator for updating user password functionality (0057445)