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

Release 1.14.1 #73

Merged
merged 3 commits into from
Feb 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
14 changes: 7 additions & 7 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

## Guidelines

Contributions, wheither it is code, bug reporting, or documentation, is always welcome. Just fork, code, commit, and pull request!
Contributions, whether it is code, bug reporting, or documentation, is always welcome. Just fork, code, commit, and pull request!

For coding standards, we use ESLint and Prettier to ensure everything is good. While not required in your editor of choice, using ESLint while developing is highly recommended as Prettier will prevent any commit if it fails to fix/meet with the current code standards. For naming conventions, please stick with camelCase for general purposes and PascalCase for enums and constants.

## Reporting Bugs and Issues

Bug reports are handled through the issue tracker on the [GitHub repository](https://github.com/Butterstroke/AniList-Node/issues/new/choose).
Bug reports are handled through the issue tracker on the [GitHub repository](https://github.com/AurelicButter/AniList-Node/issues/new/choose).

For bugs and issues, please use the bug report template and fill out as much useful information as possible. This includes but is not limited to: error messages, screenshots of unexpected outputs, and Node.js/package versions in use.

For questions and support needs, there is a questions template avalible.
For questions and support needs, there is a questions template available.

## Developing the Package

Expand All @@ -24,9 +24,9 @@ For questions and support needs, there is a questions template avalible.
* There is no automated testing, you will have to verify your edits manually before making a PR.
* You can create a testing file in `/tests` if your changes cannot be tested with the current files. Otherwise, please use the provided testing files
5. Ensure your code is documented with [JSDoc3](https://jsdoc.app) in the comments
* The documentation is auto-generated from these comments. So make sure they are clear and consise.
* Documentiation files in `/docs` directory do not need to be updated in your changes as they are updated before every release.
6. Commit your changes and submit a [Pull Request](https://github.com/Butterstroke/AniList-Node/pulls).
* The documentation is auto-generated from these comments. So make sure they are clear and concise.
* Documentation files in `/docs` directory do not need to be updated in your changes as they are updated before every release.
6. Commit your changes and submit a [Pull Request](https://github.com/AurelicButter/AniList-Node/pulls).

## Pull Requests

Expand All @@ -39,5 +39,5 @@ Any pull requests with the following is accepted after review...
Pull requests that just consist of the following will be not accepted...

* Minor spelling mistakes or word changes
* Dependancy Updates
* Dependency Updates
* Re-generated Documentation Files
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Bug report
about: For users looking to report a bug or an issue
title: ''
labels: Bug
assignees: Butterstroke
assignees: AurelicButter

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Questions
about: For users looking for more information about something
title: ''
labels: Question
assignees: Butterstroke
assignees: AurelicButter

---

Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
Thank you for contributing!
If you have not already, please review the contribution guidelines before submitting:
https://github.com/Butterstroke/AniList-Node/tree/master/.github/CONTRIBUTING.md
https://github.com/AurelicButter/AniList-Node/tree/master/.github/CONTRIBUTING.md
-->

## Description
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ Anilist.media.anime(21708).then(data => {
For a more in-depth guide on getting started, check out our [Getting Started](https://katsurin.com/docs/anilist-node/tutorial-Getting%20Started.html) guide on our site or on the static HTML site under the docs directory.

## Documentation
Documentation is provided in two locations. A static HTML site is avalible with the package under the docs directory. Or users can view the same site online here: [katsurin.com/docs/anilist-node](https://www.katsurin.com/docs/anilist-node/index.html).
Documentation is provided in two locations. A static HTML site is available with the package under the docs directory. Or users can view the same site online here: [katsurin.com/docs/anilist-node](https://www.katsurin.com/docs/anilist-node/index.html).

## Contributing

Please refer to the [Contributing Guide](https://github.com/Butterstroke/AniList-Node/tree/master/.github/CONTRIBUTING.md) for more information.
Please refer to the [Contributing Guide](https://github.com/AurelicButter/AniList-Node/tree/master/.github/CONTRIBUTING.md) for more information.

## License and Contact
AniList-Node is licensed under the [MIT License](LICENSE).

For issues and bugs, please use the issue tracker on the [GitHub repository](https://github.com/Butterstroke/AniList-Node/issues). For other needs, either contact me by email [[email protected]](mailto:[email protected]) or in my [Discord server](https://discord.gg/qKfqsjW) in the #anilist-node channel.
For issues and bugs, please use the issue tracker on the [GitHub repository](https://github.com/AurelicButter/AniList-Node/issues). For other needs, either contact me by email [[email protected]](mailto:[email protected]) or in my [Discord server](https://discord.gg/qKfqsjW) in the #anilist-node channel.
5 changes: 3 additions & 2 deletions docs/AniList.Activity.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down Expand Up @@ -37,7 +37,7 @@
<h2><a href="index.html">Home</a></h2>
<h2>
<a
href="https://github.com/Butterstroke/AniList-Node"
href="https://github.com/AurelicButter/AniList-Node"
target="_blank"
class="menu-item"
id="website_link"
Expand Down Expand Up @@ -168,6 +168,7 @@ <h3>Global</h3>
<li><a href="global.html#CountryCode">CountryCode</a></li>
<li><a href="global.html#EntryStatus">EntryStatus</a></li>
<li><a href="global.html#FuzzyDateInt">FuzzyDateInt</a></li>
<li><a href="global.html#FuzzyDateObj">FuzzyDateObj</a></li>
<li><a href="global.html#InitOptions">InitOptions</a></li>
<li><a href="global.html#ListActivity">ListActivity</a></li>
<li><a href="global.html#ListEntry">ListEntry</a></li>
Expand Down
5 changes: 3 additions & 2 deletions docs/AniList.Lists.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down Expand Up @@ -37,7 +37,7 @@
<h2><a href="index.html">Home</a></h2>
<h2>
<a
href="https://github.com/Butterstroke/AniList-Node"
href="https://github.com/AurelicButter/AniList-Node"
target="_blank"
class="menu-item"
id="website_link"
Expand Down Expand Up @@ -168,6 +168,7 @@ <h3>Global</h3>
<li><a href="global.html#CountryCode">CountryCode</a></li>
<li><a href="global.html#EntryStatus">EntryStatus</a></li>
<li><a href="global.html#FuzzyDateInt">FuzzyDateInt</a></li>
<li><a href="global.html#FuzzyDateObj">FuzzyDateObj</a></li>
<li><a href="global.html#InitOptions">InitOptions</a></li>
<li><a href="global.html#ListActivity">ListActivity</a></li>
<li><a href="global.html#ListEntry">ListEntry</a></li>
Expand Down
5 changes: 3 additions & 2 deletions docs/AniList.Media.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down Expand Up @@ -37,7 +37,7 @@
<h2><a href="index.html">Home</a></h2>
<h2>
<a
href="https://github.com/Butterstroke/AniList-Node"
href="https://github.com/AurelicButter/AniList-Node"
target="_blank"
class="menu-item"
id="website_link"
Expand Down Expand Up @@ -168,6 +168,7 @@ <h3>Global</h3>
<li><a href="global.html#CountryCode">CountryCode</a></li>
<li><a href="global.html#EntryStatus">EntryStatus</a></li>
<li><a href="global.html#FuzzyDateInt">FuzzyDateInt</a></li>
<li><a href="global.html#FuzzyDateObj">FuzzyDateObj</a></li>
<li><a href="global.html#InitOptions">InitOptions</a></li>
<li><a href="global.html#ListActivity">ListActivity</a></li>
<li><a href="global.html#ListEntry">ListEntry</a></li>
Expand Down
5 changes: 3 additions & 2 deletions docs/AniList.People.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down Expand Up @@ -37,7 +37,7 @@
<h2><a href="index.html">Home</a></h2>
<h2>
<a
href="https://github.com/Butterstroke/AniList-Node"
href="https://github.com/AurelicButter/AniList-Node"
target="_blank"
class="menu-item"
id="website_link"
Expand Down Expand Up @@ -168,6 +168,7 @@ <h3>Global</h3>
<li><a href="global.html#CountryCode">CountryCode</a></li>
<li><a href="global.html#EntryStatus">EntryStatus</a></li>
<li><a href="global.html#FuzzyDateInt">FuzzyDateInt</a></li>
<li><a href="global.html#FuzzyDateObj">FuzzyDateObj</a></li>
<li><a href="global.html#InitOptions">InitOptions</a></li>
<li><a href="global.html#ListActivity">ListActivity</a></li>
<li><a href="global.html#ListEntry">ListEntry</a></li>
Expand Down
5 changes: 3 additions & 2 deletions docs/AniList.Recommendation.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down Expand Up @@ -37,7 +37,7 @@
<h2><a href="index.html">Home</a></h2>
<h2>
<a
href="https://github.com/Butterstroke/AniList-Node"
href="https://github.com/AurelicButter/AniList-Node"
target="_blank"
class="menu-item"
id="website_link"
Expand Down Expand Up @@ -168,6 +168,7 @@ <h3>Global</h3>
<li><a href="global.html#CountryCode">CountryCode</a></li>
<li><a href="global.html#EntryStatus">EntryStatus</a></li>
<li><a href="global.html#FuzzyDateInt">FuzzyDateInt</a></li>
<li><a href="global.html#FuzzyDateObj">FuzzyDateObj</a></li>
<li><a href="global.html#InitOptions">InitOptions</a></li>
<li><a href="global.html#ListActivity">ListActivity</a></li>
<li><a href="global.html#ListEntry">ListEntry</a></li>
Expand Down
7 changes: 4 additions & 3 deletions docs/AniList.Search.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down Expand Up @@ -37,7 +37,7 @@
<h2><a href="index.html">Home</a></h2>
<h2>
<a
href="https://github.com/Butterstroke/AniList-Node"
href="https://github.com/AurelicButter/AniList-Node"
target="_blank"
class="menu-item"
id="website_link"
Expand Down Expand Up @@ -168,6 +168,7 @@ <h3>Global</h3>
<li><a href="global.html#CountryCode">CountryCode</a></li>
<li><a href="global.html#EntryStatus">EntryStatus</a></li>
<li><a href="global.html#FuzzyDateInt">FuzzyDateInt</a></li>
<li><a href="global.html#FuzzyDateObj">FuzzyDateObj</a></li>
<li><a href="global.html#InitOptions">InitOptions</a></li>
<li><a href="global.html#ListActivity">ListActivity</a></li>
<li><a href="global.html#ListEntry">ListEntry</a></li>
Expand Down Expand Up @@ -965,7 +966,7 @@ <h5 class="h5-parameters">Parameters:</h5>

<td class="default"></td>

<td class="description last">Required. The term to lookup. (ie: "Butterstroke")</td>
<td class="description last">Required. The term to lookup. (ie: "AurelicButter")</td>
</tr>

<tr>
Expand Down
5 changes: 3 additions & 2 deletions docs/AniList.Thread.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down Expand Up @@ -37,7 +37,7 @@
<h2><a href="index.html">Home</a></h2>
<h2>
<a
href="https://github.com/Butterstroke/AniList-Node"
href="https://github.com/AurelicButter/AniList-Node"
target="_blank"
class="menu-item"
id="website_link"
Expand Down Expand Up @@ -168,6 +168,7 @@ <h3>Global</h3>
<li><a href="global.html#CountryCode">CountryCode</a></li>
<li><a href="global.html#EntryStatus">EntryStatus</a></li>
<li><a href="global.html#FuzzyDateInt">FuzzyDateInt</a></li>
<li><a href="global.html#FuzzyDateObj">FuzzyDateObj</a></li>
<li><a href="global.html#InitOptions">InitOptions</a></li>
<li><a href="global.html#ListActivity">ListActivity</a></li>
<li><a href="global.html#ListEntry">ListEntry</a></li>
Expand Down
5 changes: 3 additions & 2 deletions docs/AniList.User.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down Expand Up @@ -37,7 +37,7 @@
<h2><a href="index.html">Home</a></h2>
<h2>
<a
href="https://github.com/Butterstroke/AniList-Node"
href="https://github.com/AurelicButter/AniList-Node"
target="_blank"
class="menu-item"
id="website_link"
Expand Down Expand Up @@ -168,6 +168,7 @@ <h3>Global</h3>
<li><a href="global.html#CountryCode">CountryCode</a></li>
<li><a href="global.html#EntryStatus">EntryStatus</a></li>
<li><a href="global.html#FuzzyDateInt">FuzzyDateInt</a></li>
<li><a href="global.html#FuzzyDateObj">FuzzyDateObj</a></li>
<li><a href="global.html#InitOptions">InitOptions</a></li>
<li><a href="global.html#ListActivity">ListActivity</a></li>
<li><a href="global.html#ListEntry">ListEntry</a></li>
Expand Down
7 changes: 4 additions & 3 deletions docs/AniList.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down Expand Up @@ -37,7 +37,7 @@
<h2><a href="index.html">Home</a></h2>
<h2>
<a
href="https://github.com/Butterstroke/AniList-Node"
href="https://github.com/AurelicButter/AniList-Node"
target="_blank"
class="menu-item"
id="website_link"
Expand Down Expand Up @@ -168,6 +168,7 @@ <h3>Global</h3>
<li><a href="global.html#CountryCode">CountryCode</a></li>
<li><a href="global.html#EntryStatus">EntryStatus</a></li>
<li><a href="global.html#FuzzyDateInt">FuzzyDateInt</a></li>
<li><a href="global.html#FuzzyDateObj">FuzzyDateObj</a></li>
<li><a href="global.html#InitOptions">InitOptions</a></li>
<li><a href="global.html#ListActivity">ListActivity</a></li>
<li><a href="global.html#ListEntry">ListEntry</a></li>
Expand Down Expand Up @@ -804,7 +805,7 @@ <h5 class="h5-parameters">Parameters:</h5>
<td class="default"></td>

<td class="description last">
Required. The term to lookup. (ie: "Honzuki no Gekokujou" or "Butterstroke")
Required. The term to lookup. (ie: "Honzuki no Gekokujou" or "AurelicButter")
</td>
</tr>

Expand Down
5 changes: 3 additions & 2 deletions docs/activity.js.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down Expand Up @@ -37,7 +37,7 @@
<h2><a href="index.html">Home</a></h2>
<h2>
<a
href="https://github.com/Butterstroke/AniList-Node"
href="https://github.com/AurelicButter/AniList-Node"
target="_blank"
class="menu-item"
id="website_link"
Expand Down Expand Up @@ -168,6 +168,7 @@ <h3>Global</h3>
<li><a href="global.html#CountryCode">CountryCode</a></li>
<li><a href="global.html#EntryStatus">EntryStatus</a></li>
<li><a href="global.html#FuzzyDateInt">FuzzyDateInt</a></li>
<li><a href="global.html#FuzzyDateObj">FuzzyDateObj</a></li>
<li><a href="global.html#InitOptions">InitOptions</a></li>
<li><a href="global.html#ListActivity">ListActivity</a></li>
<li><a href="global.html#ListEntry">ListEntry</a></li>
Expand Down
Loading
Loading