summaryrefslogtreecommitdiffstats
path: root/src/modules/nodejs.rs
AgeCommit message (Expand)Author
2021-04-29feat: Add version formating for modules (#2611)filip
2021-04-22fix(nodejs): Check for `.nvmrc` (#2626)Kid
2021-04-10refactor: propagate version formatting errors (#2566)Dario Vladović
2021-04-08feat: add version format configuration (#2499)Chris Rose
2021-02-22fix(nodejs): Change symbol to nerd-font (#1649)whi-tw
2021-02-21feat(nodejs): Configure when the module is shown (#2348)Shu Kutsuzawa
2021-02-11feat: allow changing default command timeout (#2283)David Knaack
2021-01-20perf(nodejs): evaluate nodejs format string lazily (#2160)Moritz Vetter
2021-01-16fix: Applied clippy warnings (#2153)Hanif Ariffin
2020-12-05feat(nodejs): check node engines version in package.json (#1847)t-mangoe
2020-08-07test: introduce env variable mocking (#1490)Tilmann Meyer
2020-07-10fix(nodejs): remove line break from version (#1464)Gerry
2020-07-07feat: refactor modules to use format strings (#1374)Zhenhui Xie
2020-07-05fix: manage sandboxed version of OCaml (#1433)Thomas Haessle
2020-06-21test(nodejs): add test attribute to omitted tests (#1367)Dario Vladović
2020-06-21feat(nodejs): support additional file patterns (#1311)Dario Vladović
2020-04-28feat(package): configurable displaying package version for packages marked as...Karol Fuksiewicz
2020-04-24fix: Fix latest clippy suggestions (#1136)Thomas O'Donnell
2020-04-03feat: Enable to display language version when `.<lang>-version` file exists. ...Shu Kutsuzawa
2020-03-15fix: possible fix for Intermittent Test Failures in GH Actions (#987)David Knaack
2020-01-26test(nodejs): Port nodejs module tests from E2E to integraton (#867)Matan Kushner
2019-12-02refactor: Refactor modules to use the exec_cmd util (#676)Thomas O'Donnell
2019-10-19refactor: Refactor modules to use module config (#514)Zhenhui Xie
2019-10-04refactor: Go from Rust workspaces to a package with nested packages (#480)Matan Kushner
2019-09-30refactor: Refactoring config (#383)Zhenhui Xie
2019-09-14perf: Lazy load files from directory (#335)Nick Young
2019-09-09fix: Lazy load git repo and only run module if not disabled (#306)Neil Kistner
2019-09-07feat: Add the ability to configure per-module color styles (#285)Kevin Song
2019-08-13fix: Fix issues with nodejs and golang configuration (#146)Matan Kushner
2019-07-19docs: Add vuepress with initial docs (#99)Tiffany Le-Nguyen
2019-07-02feat: Add a `disabled` configuration option for modules (#86)Matan Kushner
2019-06-10Add support for prompt configuration (#62)Matan Kushner
2019-05-12Implement directory scanner (#34)Tim Mulqueen
2019-05-01Refactor segments into modules (#40)Matan Kushner
2019-04-26Add the Git branch segment (#32)Matan Kushner
2019-04-23Share dir_files between segments through Context (#16)Matan Kushner
2019-04-19Use "context" to contain run details (#14)Matan Kushner
2019-04-15Add integration tests (#6)Matan Kushner
2019-04-12Make segments optionalsMatan Kushner
2019-04-12Use copy to return segmentMatan Kushner
2019-04-12Add builder pattern for segmentMatan Kushner
2019-04-12Revert "Parallelize nodejs file checks"Matan Kushner
2019-04-12Parallelize nodejs file checksMatan Kushner
2019-04-11Remove duplicate testsMatan Kushner
2019-04-11More progress in Node sectionMatan Kushner
2019-04-10Begin writing Node sectionMatan Kushner