Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2.0.2 #47

Merged
merged 24 commits into from
Oct 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
6c863fd
:arrow_up: (deps-dev): Bump jest from 27.2.4 to 27.2.5
dependabot[bot] Oct 12, 2021
8733e89
Merge pull request #33 from fnbrjs/dependabot/npm_and_yarn/jest-27.2.5
ThisNils Oct 12, 2021
ce0fcda
:arrow_up: (deps-dev): Bump typescript from 4.4.3 to 4.4.4
dependabot[bot] Oct 13, 2021
b7ee434
:arrow_up: (deps-dev): Bump eslint-plugin-import from 2.24.2 to 2.25.2
dependabot[bot] Oct 13, 2021
af3e7d9
:arrow_up: (deps-dev): Bump @types/node from 16.10.3 to 16.10.9
dependabot[bot] Oct 14, 2021
c7d282f
Merge pull request #34 from fnbrjs/dependabot/npm_and_yarn/typescript…
ThisNils Oct 15, 2021
4a768c9
Merge pull request #39 from fnbrjs/dependabot/npm_and_yarn/types/node…
ThisNils Oct 15, 2021
1c7a97e
Merge pull request #36 from fnbrjs/dependabot/npm_and_yarn/eslint-plu…
ThisNils Oct 15, 2021
1d15275
Updated axios
ThisNils Oct 15, 2021
c69500d
Fixed compatibility issues on node < v15
ThisNils Oct 15, 2021
82daa4f
:arrow_up: (deps-dev): Bump @types/node from 16.10.9 to 16.11.0
dependabot[bot] Oct 15, 2021
6c97e6f
Merge pull request #40 from fnbrjs/dependabot/npm_and_yarn/types/node…
alextusinean Oct 16, 2021
bd5fd91
:arrow_up: (deps-dev): Bump jest from 27.2.5 to 27.3.1
dependabot[bot] Oct 19, 2021
574f9a8
Merge pull request #43 from fnbrjs/dependabot/npm_and_yarn/jest-27.3.1
ThisNils Oct 20, 2021
289b101
:arrow_up: (deps-dev): Bump @types/node from 16.11.0 to 16.11.2
dependabot[bot] Oct 21, 2021
ae062b4
Merge pull request #45 from fnbrjs/dependabot/npm_and_yarn/types/node…
ThisNils Oct 21, 2021
422a2d6
Fixed the friend:request:declined event
ThisNils Oct 21, 2021
1f475f5
Fixed client config/options inconsistencies
ThisNils Oct 21, 2021
b11d23e
Updated changelog
ThisNils Oct 21, 2021
82a6115
typo
ThisNils Oct 21, 2021
d8510e6
:arrow_up: (deps-dev): Bump @types/node from 16.11.2 to 16.11.3
dependabot[bot] Oct 22, 2021
e9ba08c
Merge pull request #46 from fnbrjs/dependabot/npm_and_yarn/types/node…
ThisNils Oct 22, 2021
18fb554
Version 2.0.2
ThisNils Oct 24, 2021
3285a92
Merge branch 'master' of https://github.com/fnbrjs/fnbr.js
ThisNils Oct 24, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion docs/general/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2.0.2

### Fixes
* Friend Caches
* Fixed an issue that caused the friend cache to hold no values
* Client Config
* Fixed missing documentation for some `ClientOptions` properties

<hr>

## 2.0.1

Expand All @@ -14,7 +23,7 @@

<hr>

## 2.0.0
## 2.0.0

### Additions
* TypeScript Rewrite
Expand Down
Loading