|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [0.1.2]() (2025-01-22) |
| 4 | + |
| 5 | +### Added |
| 6 | + |
| 7 | +- Support for Scene Index |
| 8 | + |
3 | 9 | ## [0.1.1]() (2024-04-02)
|
4 | 10 |
|
5 | 11 | ### Added
|
| 12 | + |
6 | 13 | - Support for Multiple Collections
|
7 | 14 | - Create New Collection : `Connection.createCollection()`
|
8 | 15 | - Get all Collections : `Connection.getCollections()`
|
9 |
| - - Get a Collection : `Connection.getCollection()` |
| 16 | + - Get a Collection : `Connection.getCollection()` |
10 | 17 | - Update a Collection : `Connection.updateCollection()`
|
11 | 18 |
|
12 |
| - |
13 | 19 | ## [0.1.0]() (2024-03-21)
|
14 | 20 |
|
15 | 21 | ### Added
|
| 22 | + |
16 | 23 | - Scene Search
|
17 | 24 | - Index Videos on Scene using `Video.indexScenes()`
|
18 | 25 | - Get Scenes Data using `Video.getScenes()`
|
19 | 26 | - Search in Video using `Video.search()` on basis of scenes (pass `searchType` = `"scene"`)
|
20 |
| -> Note: Collection Scene Search is not available |
| 27 | + > Note: Collection Scene Search is not available |
21 | 28 |
|
22 | 29 | ### Changed
|
| 30 | + |
23 | 31 | - Deprecate `TextStyle` with `TextStyleProps`
|
24 | 32 | - Instead of a accepting Instance of `TextStyle` class, `TextAsset` now accepts an object of type `Partial<TextStyleProps>`
|
25 | 33 | - Deprecate `SubtitleStyle` with `SubtitleStyleProps`
|
26 | 34 | - Instead of a accepting Instance of `SubtitleStyle` class, `Video.addSubtitle` now accepts an object of type `Partial<SubtitleStyleProps>`
|
27 | 35 | - Deprecate `indexType` param in `Video.indexSpokenWords()`
|
28 | 36 |
|
29 |
| - |
30 |
| - |
31 | 37 | ## [0.0.4]() (2024-03-07)
|
32 | 38 |
|
33 | 39 | ### Added
|
| 40 | + |
34 | 41 | - `Image` class
|
35 | 42 | - Upload image using `Collection.upload()`
|
36 | 43 | - Get an image using `Collection.getImage()`
|
|
40 | 47 | - Create a `ImageAsset` using `ImageAsset()` class
|
41 | 48 | - Overlay `ImageAsset` in timeline using `Timeline.addOverlay()`
|
42 | 49 | - `TextAsset` & `TextStyle` class
|
43 |
| - - Create a `TextAsset` using `TextAsset()` class |
| 50 | + - Create a `TextAsset` using `TextAsset()` class |
44 | 51 | - Configure styling of `TextAsset` using `TextStyle()`
|
45 | 52 | - `SubtitleStyle`
|
46 | 53 | - Configure subtitle styling by passing a `SubtitleStyle` in `Video.addSubtitle()`
|
47 | 54 | - Keyword Search
|
48 | 55 | Search using Keyword in Video using `Video.search()` (pass searchType = "keyword")
|
49 |
| -> Note: Collection Keyword Search is not available |
| 56 | + > Note: Collection Keyword Search is not available |
50 | 57 |
|
51 | 58 | ### Changed
|
52 |
| - - `Video.index()` -> `Video.indexSpokenWords()` |
53 |
| - - param `type` -> `searchType` in `Video.search()` |
54 |
| - - param `type` -> `searchType` in `Collection.search()` |
55 |
| - |
56 |
| -### Fixed |
57 |
| - - Pass undefined params as `null` to VideoDB Server API |
58 | 59 |
|
| 60 | +- `Video.index()` -> `Video.indexSpokenWords()` |
| 61 | +- param `type` -> `searchType` in `Video.search()` |
| 62 | +- param `type` -> `searchType` in `Collection.search()` |
59 | 63 |
|
| 64 | +### Fixed |
60 | 65 |
|
| 66 | +- Pass undefined params as `null` to VideoDB Server API |
61 | 67 |
|
62 | 68 | ## [0.0.3]() (2024-02-13)
|
63 | 69 |
|
64 | 70 | ### Added
|
| 71 | + |
65 | 72 | - Concept of Audio Files 🔈
|
66 | 73 | - Concept of MediaAsset : VideoAsset, AudioAsset 💼
|
67 | 74 | - Concept of Timeline for editing workflows ✂️
|
68 |
| -- Export `VideodbError` |
| 75 | +- Export `VideodbError` |
69 | 76 | - Minor updates in readme & package.json
|
70 | 77 |
|
71 |
| -### Changed |
| 78 | +### Changed |
| 79 | + |
72 | 80 | - Http client timeout 30s -> 60s
|
73 | 81 |
|
74 | 82 | ### Fixed
|
| 83 | + |
75 | 84 | - Better Error handling
|
76 |
| -- Param validation in |
| 85 | +- Param validation in |
77 | 86 | - `Coll.getVideo()`
|
78 | 87 | - `Coll.getAudio()`
|
79 | 88 | - `Coll.getVideo()`
|
80 | 89 | - `Coll.deleteAudio()`
|
81 | 90 |
|
82 |
| - |
83 |
| - |
84 | 91 | ## [0.0.2]() (2024-01-24)
|
85 | 92 |
|
86 | 93 | ### Added
|
|
0 commit comments