Releases: danielv14/imdb-cli
Releases · danielv14/imdb-cli
Release 2.4.0
Release 2.3.7
Small release that mainly refactors the internals of the main IMDb CLI class to be less bulky
V.2.3.6
V.2.3.5
V.2.3.4
V.2.3.3
Release 2.3.2
Release 2.3.1
Release 2.3.0
TLDR
Refactor application to use TypeScript. Read more about in #16
IMDb CLI goes TypeScript
In version 2.3.0 the entire cli got rewritten in TypeScript. The cli builds to a dist/
folder and the cli still behaves as before. No new features to the cli were added in this release - it is a release focused on the development experience.
Changes
- Rewritten
src/
code to typescript - Swap out eslint and prettier for tslint
- Setup npm scripts to build cli and watch for changes
- Setup Husky for git hooks. Check for typescript errors and linting when commiting and running tests before pushing a branch.
- readme updates about developing the cli now since the build process got a little bit more complex due typescript rewrite.
Release 2.2.0
This version includes some new features such as linting of javascript file, some more cli argument options and moving all cli-related files into a src/
folder
Highlights
- Lint files with eslint and prettier
-l --limit-plot [number]
argument option to set truncation size of plot text-o --order-by [column]
argument option to order the search result either by year desc or title asc- Restructure cil files to
src/
folder - Refactor query util class to a util function exported from a regular js file