Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
admon84 committed Nov 3, 2024
1 parent e7ffe04 commit cda3121
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 3.0.0

- Feat: Added more game objects. ([#32](https://github.com/screepers/screeps-profiler/pull/32))
- Feat: Added call stack profiling and output in callgrind format. ([#29](https://github.com/screepers/screeps-profiler/pull/29))
- Breaking: Removed `AlreadyWrappedException`; now repoints the wrapped function profiler object if it's already a wrapper. ([#32](https://github.com/screepers/screeps-profiler/pull/32))
- Breaking: Throw on invalid registration as soon as possible. ([#32](https://github.com/screepers/screeps-profiler/pull/32))
- Fix: Resolved CostMatrix registering issues. ([#28](https://github.com/screepers/screeps-profiler/pull/28))
- Fix: Corrected tick calculation to ensure output is accurate. ([#30](https://github.com/screepers/screeps-profiler/pull/30))
- Internal: Added additional tests, increasing coverage. ([#32](https://github.com/screepers/screeps-profiler/pull/32))
- Internal: Switched to GitHub Actions instead of Travis. ([#32](https://github.com/screepers/screeps-profiler/pull/32))
- Internal: Added logging on profiler start or empty profile. ([#32](https://github.com/screepers/screeps-profiler/pull/32))

## 2.0.1

- Fix: `profiler.output()` will no longer throw when there are very few functions that have been profiled. ([#26](https://github.com/screepers/screeps-profiler/pull/26))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "screeps-profiler",
"version": "2.0.1",
"version": "3.0.0",
"description": "A profiler designed for use in the game of Screeps.",
"main": "screeps-profiler.js",
"scripts": {
Expand Down

0 comments on commit cda3121

Please sign in to comment.