Skip to content

Latest commit

 

History

History
350 lines (211 loc) · 19.7 KB

CHANGELOG.md

File metadata and controls

350 lines (211 loc) · 19.7 KB

Changelog

All notable changes to this project will be documented in this file.

4.0.17 - (2024-10-25)

🐛 Bug Fixes

  • Error and bump eslint to v9 (6954279)

4.0.16 - (2024-09-30)

🐛 Bug Fixes

4.0.15 - (2024-05-12)

🐛 Bug Fixes

4.0.13 - (2024-01-06)

🐛 Bug Fixes

  • Buttons might be optional too (3b30874)

4.0.12 - (2023-08-03)

🐛 Bug Fixes

4.0.6 - (2022-11-09)

🐛 Bug Fixes

  • Replace throw with warn (10e7be5)

4.0.4 - (2022-10-12)

📝 Documentation

  • Add legendhimslef as a contributor for doc (#70) (003c11c)
  • Add embed field docs (#69) (57a25c3)
  • Ignore type error in docs (46811a4)

4.0.3 - (2022-09-23)

🐛 Bug Fixes

  • Base message options type (1ed5617)

4.0.2 - (2022-09-11)

🐛 Bug Fixes

  • Add ephemeral in the payload (8bd0a86)

4.0.6 - (2022-11-09)

🐛 Bug Fixes

  • Replace throw with warn (10e7be5)

4.0.4 - (2022-10-12)

📝 Documentation

  • Add legendhimslef as a contributor for doc (#70) (003c11c)
  • Add embed field docs (#69) (57a25c3)
  • Ignore type error in docs (46811a4)

4.0.3 - (2022-09-23)

🐛 Bug Fixes

  • Base message options type (1ed5617)

4.0.2 - (2022-09-11)

🐛 Bug Fixes

  • Add ephemeral in the payload (8bd0a86)

4.0.6 - (2022-11-09)

🐛 Bug Fixes

  • Replace throw with warn (10e7be5)

4.0.4 - (2022-10-12)

📝 Documentation

  • Add legendhimslef as a contributor for doc (#70) (003c11c)
  • Add embed field docs (#69) (57a25c3)
  • Ignore type error in docs (46811a4)

4.0.3 - (2022-09-23)

🐛 Bug Fixes

  • Base message options type (1ed5617)

4.0.2 - (2022-09-11)

🐛 Bug Fixes

  • Add ephemeral in the payload (8bd0a86)

4.0.6 - (2022-11-09)

🐛 Bug Fixes

  • Replace throw with warn (10e7be5)

4.0.4 - (2022-10-12)

📝 Documentation

  • Add legendhimslef as a contributor for doc (#70) (003c11c)
  • Add embed field docs (#69) (57a25c3)
  • Ignore type error in docs (46811a4)

4.0.3 - (2022-09-23)

🐛 Bug Fixes

  • Base message options type (1ed5617)

4.0.2 - (2022-09-11)

🐛 Bug Fixes

  • Add ephemeral in the payload (8bd0a86)

4.0.4 - (2022-10-12)

📝 Documentation

  • Add legendhimslef as a contributor for doc (#70) (003c11c)
  • Add embed field docs (#69) (57a25c3)
  • Ignore type error in docs (46811a4)

4.0.3 - (2022-09-23)

🐛 Bug Fixes

  • Base message options type (1ed5617)

4.0.2 - (2022-09-11)

🐛 Bug Fixes

  • Add ephemeral in the payload (8bd0a86)

4.0.4 - (2022-10-12)

📝 Documentation

  • Add legendhimslef as a contributor for doc (#70) (003c11c)
  • Add embed field docs (#69) (57a25c3)
  • Ignore type error in docs (46811a4)

4.0.3 - (2022-09-23)

🐛 Bug Fixes

  • Base message options type (1ed5617)

4.0.2 - (2022-09-11)

🐛 Bug Fixes

  • Add ephemeral in the payload (8bd0a86)

4.0.3 - (2022-09-23)

🐛 Bug Fixes

  • Base message options type (1ed5617)

4.0.2 - (2022-09-11)

🐛 Bug Fixes

  • Add ephemeral in the payload (8bd0a86)

4.0.2 - (2022-09-11)

🐛 Bug Fixes

  • Add ephemeral in the payload (8bd0a86)

4.0.1 - (2022-07-19)

🐛 Bug Fixes

  • Pass ephemeral while replying. fixes: #45 (2f09892)

4.0.0 - (2022-07-18)

🚀 Features

  • Djs/v14 support (#23) (9d4ade4)
    • 💥 BREAKING CHANGE: dropped support for discord.js v13, v14 is required.
    • 💥 BREAKING CHANGE: Button style is changed from string to discord.js ButtonStyle enum.
    • 💥 BREAKING CHANGE: When passing interaction to Pagination, It won't return Message in render, reply methods but it'll return InteractionResponse<true> | Message<true>
    • 💥 BREAKING CHANGE: Removed singular methods add*.
- pagination.addImage(imageLink)
+ pagination.addImages(imageLink)
  - applies to other `add*` methods too.
  - all the `add*s` and `set*s` methods accepts both rest and array.
  • 💥 BREAKING CHANGE: ExtraRowPosition is an enum now.
- pagination.addActionRow(new MessageActionRow(), 'above');
+ pagination.addActionRows([new ActionRowBuilder()], ExtraRowPosition.Above);

3.6.2 - (2022-07-19)

🐛 Bug Fixes

  • Fix ephemeral reply for v3 (de6b5b3)

3.6.0 - (2022-06-23)

🚀 Features

  • Send index and array in setEmbeds (5424e42)

3.5.3 - (2022-05-24)

🐛 Bug Fixes

  • Bump djs and fix typings (#16) (210303f)

3.6.0 - (2022-06-23)

🚀 Features

  • Send index and array in setEmbeds (5424e42)

3.5.3 - (2022-05-24)

🐛 Bug Fixes

  • Bump djs and fix typings (#16) (210303f)

Changelog

All notable changes to this project will be documented in this file.

[3.6.0]

(https://github.com/imranbarbhuiya/pagination.djs/tree/v3.6.0) - (2022-06-23)

🏠 Refactor

  • Use filter instead (99c396f)
  • Pagination: Split into 2 classes (f1e8542)
  • Move types and classes to their own files (e9213ca)

🐛 Bug Fixes

📝 Documentation

🚀 Features

  • Send index and array in setEmbeds (5424e42)
  • Allow setting buttons (908aa44)
  • Add embed template (cf2c944)
  • Allow embed templating (4cd469e)
  • Add content in pagination (6202890)
  • Sets a few methods as private or protected (f372d87)

[3.5.3]

(https://github.com/imranbarbhuiya/pagination.djs/tree/v3.5.3) - (2022-05-24)

🏠 Refactor

  • Use filter instead (99c396f)
  • Pagination: Split into 2 classes (f1e8542)
  • Move types and classes to their own files (e9213ca)

🐛 Bug Fixes

📝 Documentation

🚀 Features

  • Allow setting buttons (908aa44)
  • Add embed template (cf2c944)
  • Allow embed templating (4cd469e)
  • Add content in pagination (6202890)
  • Sets a few methods as private or protected (f372d87)