Skip to content

Commit

Permalink
v 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandro-bottamedi committed Jan 26, 2024
1 parent 9f65b36 commit 003d63b
Show file tree
Hide file tree
Showing 3 changed files with 896 additions and 1,088 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [5.1.0] - 26-01-2024

- Ensures JSON.stringify correctly (Thanks @iago-f-s-e)
- Added formatFunc option (Thanks @chmac)
- Added ability to set errorLevels on sentry transport
- Correct format function type name in default stringify func
- Added the confg option fixedExtLvlLength, allowing for uniform extension and level lengths by adding spaces, ensuring aligned logs
- Minor bugfix

## [5.0.1] - 04-07-2022

- Fixed fileName in fileAsyncTranport
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-logs",
"version": "5.0.1",
"version": "5.1.0",
"description": "Performance-aware simple logger for React-Native with namespaces, custom levels and custom transports (colored console, file writing, etc.)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/onubo/react-native-logs.git"
"url": "git+https://github.com/mowispace/react-native-logs.git"
},
"keywords": [
"log",
Expand All @@ -33,11 +33,11 @@
"author": "Alessandro Bottamedi - [email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/onubo/react-native-logs/issues"
"url": "https://github.com/mowispace/react-native-logs/issues"
},
"homepage": "https://github.com/onubo/react-native-logs#readme",
"homepage": "https://github.com/mowispace/react-native-logs#readme",
"devDependencies": {
"jest": "^28.1.2",
"typescript": "^4.7.4"
"jest": "^29.7.0",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 003d63b

Please sign in to comment.