Skip to content

Releases: EveripediaNetwork/iq-utils

v0.2.0

12 Jan 14:21
4ac73d3
Compare
Choose a tag to compare

Minor Changes

  • badb57a: Adds basescan and ftmscan chain explorers

v0.1.5

31 Aug 10:54
2d497e7
Compare
Choose a tag to compare

Patch Changes

  • 33c7f68: Add mirror social link enum

v0.1.4

27 Feb 16:20
e93a163
Compare
Choose a tag to compare

Patch Changes

  • 84f8b57: adds events to validator code

v0.1.3

27 Feb 15:44
89c5632
Compare
Choose a tag to compare

Patch Changes

v0.1.2

15 Feb 19:55
96875bb
Compare
Choose a tag to compare

Patch Changes

  • 81787e9: # Changes

    • Adds RecordTypePicker which works for any type

    Example

    // The NewWikiType will only have user, title, content, summary and user only has id, profile with username and avatar.
    type NewWikiType = RecordTypePicker<
      Wiki,
      {
        user: {
          id;
          profile: {
            username;
            avatar;
          };
        };
      },
      'title' | 'content' | 'summary'
    >;

v0.1.1

15 Feb 18:47
20c9f7a
Compare
Choose a tag to compare

Patch Changes

  • 77bca5e: Adds WikiTypeBuilder to constuct custom wiki types

v0.1.0

11 Feb 11:54
ebf3db6
Compare
Choose a tag to compare

Minor Changes