Skip to content

Commit

Permalink
Added multiRemoved method + now we use lllog + 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juanhapes committed Sep 30, 2019
1 parent c558142 commit 269358f
Show file tree
Hide file tree
Showing 4 changed files with 331 additions and 358 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.5.0] - 2019-09-30
### Added
- `multiRemove` wrapper for `remove` method
- `lllog`

### Removed
- `@janiscommerce/logged` replaced with `lllog`

## [1.4.0] - 2019-09-12
### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/mysql.js
Expand Up @@ -2,7 +2,7 @@

const knex = require('knex');

const logger = require('@janiscommerce/logger');
const logger = require('lllog')();
const QueryBuilder = require('@janiscommerce/query-builder');

const ConfigValidator = require('./config-validator');
Expand Down

0 comments on commit 269358f

Please sign in to comment.