Skip to content

Releases: seek-oss/vocab

@vocab/core@1.6.2

24 Mar 23:25
a57e160
Compare
Choose a tag to compare

Patch Changes

@vocab/cli@1.4.3

24 Mar 23:25
a57e160
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [1c1702d]:
    • @vocab/phrase@1.3.3
    • @vocab/core@1.6.2

@vocab/webpack@1.2.7

28 Feb 23:03
254e1cb
Compare
Choose a tag to compare

Patch Changes

@vocab/types@1.3.5

28 Feb 23:03
254e1cb
Compare
Choose a tag to compare

Patch Changes

@vocab/react@1.1.10

28 Feb 23:03
254e1cb
Compare
Choose a tag to compare

Patch Changes

@vocab/phrase@1.3.2

28 Feb 23:03
254e1cb
Compare
Choose a tag to compare

Patch Changes

@vocab/core@1.6.1

28 Feb 23:03
254e1cb
Compare
Choose a tag to compare

Patch Changes

  • #206 79a1c13 Thanks @askoufis! - Enable the TranslationKeys type to operate on a union of translations

    EXAMPLE USAGE

    import { TranslationKeys } from '@vocab/core';
    import fooTranslations from './foo.vocab';
    import barTranslations from './bar.vocab';
    
    type FooBarTranslationKeys = TranslationKeys<
      typeof fooTranslations | typeof barTranslations
    >;
  • #206 79a1c13 Thanks @askoufis! - Add documentation to the TranslationKeys type

@vocab/cli@1.4.2

28 Feb 23:03
254e1cb
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [79a1c13, 79a1c13]:
    • @vocab/core@1.6.1
    • @vocab/phrase@1.3.2

@vocab/webpack@1.2.6

10 Dec 23:51
8e8976e
Compare
Choose a tag to compare

Patch Changes

@vocab/webpack@1.2.5

13 Nov 21:58
7f8687a
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [8228608]:
    • @vocab/core@1.6.0