Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mackysoft committed Oct 23, 2023
1 parent b38672e commit 53ad763
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
14 changes: 2 additions & 12 deletions Documentation/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.1] - 2022-03-04
## [1.0.0] - 2023-10-24

### Added
- Added `IPool.ReleaseInstancesPeriodically()` extension method.
- Added `IPool.BindTo()` extension method.
- Added Timer APIs

### Changed
- Extracted `IPool` from `IPool<T>`.
- `IPool<T>.Clear()` make to non-generic.

## [0.1.0] - 2022-03-01
First release
First release
6 changes: 3 additions & 3 deletions Documentation/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
],
"build": {
"globalMetadata": {
"_appTitle": "XPool",
"_appFooter": "XPool - Object Pooling System",
"_appTitle": "Navigathena",
"_appFooter": "Navigathena - Scene management framework",
"_enableSearch": true,
"_enableNewTab": true,
"_disableContribution": true
Expand Down Expand Up @@ -64,7 +64,7 @@
}
],
"sitemap": {
"baseUrl": "https://mackysoft.github.io/XPool",
"baseUrl": "https://mackysoft.github.io/Navigathena",
"changefreq": "weekly",
"fileOptions": {
"api/*": {
Expand Down
2 changes: 1 addition & 1 deletion Documentation/filterConfig.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiRules:
- include:
uidRegex: ^MackySoft\.XPool
uidRegex: ^MackySoft\.Navigathena
type: Namespace
- include:
uidRegex: ^Global
Expand Down

0 comments on commit 53ad763

Please sign in to comment.