Skip to content

2.1.0

Latest
Compare
Choose a tag to compare
@gazmull gazmull released this 22 Jul 04:29
3624475

Added

  • Embeds mode:
    • Added toJSON method.
    • setArray method now accepts an array of embed data (plain object):
      <PaginationEmbed>.setArray([
          { title: 'Yes', description: 'No' },
          { title: 'No', description: 'Yes' },
      ]);