Skip to content

Releases: FOSWLY/neurojs

1.1.2

19 Feb 20:44
2cc355c

Choose a tag to compare

  • Added custom field haveChapters: true for VideoSummarizeResponse
  • Added custom field thesis for VideoSummarizeResponse (converted from chapters)
  • Bump @vot.js depends

Full Changelog: 1.1.1...1.1.2

1.1.1

19 Feb 20:34
578141f

Choose a tag to compare

  • Updated generated typebox
  • Rewritted typebox generation logic with @toil/typebox-genx

Full Changelog: 1.1.0...1.1.1

1.1.0

12 Feb 18:25
83acd76

Choose a tag to compare

  • Added support get data by sharing token (https://300.ya.ru/TOKEN)
  • Renamed summarizeVideo response chapters[n].offset -> chapters[n].startTime

Full Changelog: 1.0.0...1.1.0

1.0.0

12 Feb 00:30
a093733

Choose a tag to compare

  • Added support to work with neuro-worker
  • Changed export protos to protos/*

Full Changelog: 0.2.0...1.0.0

0.2.0

09 Feb 23:22
0643900

Choose a tag to compare

Caution

BREAKING CHANGES!

  • Added support to summarize text with YaHMAC (without any auth) or with Cookies

  • Added support to summarize articles with YaHMAC (without any auth) or with Cookies

  • Added shared Opts and ExtraOpts types for Yandex API

  • (!) Changed api300 response to camelCase style

  • (!) Renamed summarizeVideo extra option summarizeId to sessionId

  • (!) Renamed many summarizeVideo response fields:

    summarizeId -> sessionId
    interval -> pollIntervalMs
    summarizeTitle -> title
    status -> statusCode
    chapters[n].chapterId -> chapters[n].id
    chapters[n].title -> chapters[n].content
    chapters[n].theses[i].thesisId -> chapters[n].theses[i].id

Full Changelog: 0.1.0...0.2.0

0.1.0

02 Feb 20:34
bc727bc

Choose a tag to compare

  • Initial release

Full Changelog: https://github.com/FOSWLY/neurojs/commits/0.1.0