Skip to content

Tags: haniot/notification

Tags

1.5.5

Toggle 1.5.5's commit message
Adjustments and Improvements:

- Adds extra attribute in Push model;
- Adds recipient_id and extra keys in payloads built on mountPayloads() method of PushRepository;
- Updates versions of the project dependencies.

1.5.4

Toggle 1.5.4's commit message
Adjustments and Improvements:

- Adds timestamp in Push model;
- Adds some info in mount of firebase payloads;
- Adds DASHBOARD_HOST env variable;
- Updates versions of the project dependencies.

1.5.3

Toggle 1.5.3's commit message
Adjustments and Improvements:

- Adding ISO 639-1 standardization in the PushMessage model;
- Updates versions of the project dependencies.

1.5.2

Toggle 1.5.2's commit message
Adjustments and Improvements:

- Changes MongoDB connection configs to access certificates path instead of certificates content;
- Updates versions of the project dependencies.

1.5.1

Toggle 1.5.1's commit message
Adjustments and Improvements

- Adjusts ConnectionFactoryMongodb's createConnection method options;
- Changes the BaseRepository constructor access modifier from protected to public;
- Fixes type of some catch errors;
- Updates dependencies:
  - Unlocks mongoose version.

1.5.0

Toggle 1.5.0's commit message
Adjustments and Improvements:

- Adding general adjustments in EmailRepository;
- Updating EmailValidator;
- Updating EventBusRabbitMQ;
- Updating .env.example;
- Updates versions of the project dependencies.

1.4.0

Toggle 1.4.0's commit message
New Features and Adjustments:

- Adding user_id attribute in Push resource;
- Updates versions of the project dependencies.

1.3.2

Toggle 1.3.2's commit message
Adjustments and Improvements:

- Adds the possibility to use custom email templates through an environment variable in EmailRepository;
- Updates .env.example;
- Updates versions of the project dependencies.

1.3.1

Toggle 1.3.1's commit message
Adjustments and Improvements:

- Adding environment variable to the email sender's name;
- Fixing some repository and service interfaces;
- Updates versions of the project dependencies.

1.3.0

Toggle 1.3.0's commit message
Merge branch 'release/1.3.0'

# Conflicts:
#	.env.example
#	.travis.yml
#	Dockerfile
#	README.md
#	package-lock.json
#	package.json
#	src/background/background.service.ts
#	src/background/task/subscribe.event.bus.task.ts
#	src/utils/config.ts
#	src/utils/default.ts
#	src/utils/strings.ts
#	test/unit/utils/custom.logger.spec.ts
#	test/unit/utils/json.utils.spec.ts