summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-02-18 09:46:02 -0300
committerSebastian <sebasjm@gmail.com>2021-02-18 09:46:02 -0300
commit87619712cd85272ab905d5714d5e6aedd2cb8156 (patch)
treeb60511a6593f8fe47c534f1667dbe33249c226f5 /CHANGELOG.md
parentf688008107b76d7809d56d1598aeb3355c1d13ac (diff)
downloadmerchant-backoffice-87619712cd85272ab905d5714d5e6aedd2cb8156.tar.gz
merchant-backoffice-87619712cd85272ab905d5714d5e6aedd2cb8156.tar.bz2
merchant-backoffice-87619712cd85272ab905d5714d5e6aedd2cb8156.zip
implemented pnpm
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md46
1 files changed, 46 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..c499366
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,46 @@
+# Changelog
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## [Unreleased]
+ - implement proper error handling
+ - PATCH payto uri not working as expeced: re-enable, creating with multiple uris
+ - replace Yup and type definition with a taler-library for the purpose (first wait Florian to refactor wallet core)
+ - add more doc style comments
+ - check the field names in forms dont break spaces
+ - update spanish lang
+ - save every auth token of different instances
+ - configure eslint
+ - configure prettier
+
+## [0.0.1] - 2021-02-18
+### Changed
+ - button of the form to the right
+ - add supported currency for Amount fields (like taler bank)
+ - rename name to business name
+ - change auth field to have a checkbox that activate the validation and show an input to set the token
+ - rename PayTo URI to bank account
+ - change id input to reflect that is going to be use in the url (prepend the backend url as a non editable and put the input after)
+ - refactor: change create popup to create page
+ - add the information popup into the fields to help with the description (like https://b2b.dab-bank.de/smartbroker/)
+ - take default lang from the browser for localization
+ - refactor update page
+ - Login button should be centered
+ - replace default exports for named exports
+
+### Added
+ - implement taler built system (bootstrap, configure, makefile)
+ - implement pnpm
+ - take the url where the spa was loaded as a default backend url
+ - let the user change the backend url when ask for the auth token
+ - take the currency from merchant-backend
+ - change the input PayTO URI to a string field with a + button to add more
+ - format duration as human readable
+ - add copyright headers to every source file
+
+### Deprecated
+
+### Removed
+