github.com/replit/upm@v0.0.0-20240423230255-9ce4fc3ea24c/CHANGELOG.md (about)

     1  # Changelog
     2  
     3  All notable changes to this project will be documented in this file.
     4  The format is based on [Keep a
     5  Changelog](https://keepachangelog.com/en/1.0.0/).
     6  
     7  ## 1.0 (released 2019-08-14)
     8  ### Features
     9  * Languages and package managers:
    10    * Python 3 and Python 2 with Poetry (`python-python3-poetry`,
    11      `python-python2-poetry`; all features)
    12    * Node.js with NPM or Yarn (`nodejs-npm`, `nodejs-yarn`; all
    13      features)
    14    * Ruby with Bundler (`ruby-bundler`; all features except `guess`)
    15    * Emacs Lisp with Cask (`elisp-cask`; all features)
    16  * Subcommands:
    17    * `which-language`
    18    * `list-languages`
    19    * `search`
    20    * `info`
    21    * `add`
    22    * `remove`
    23    * `lock`
    24    * `install`
    25    * `list`
    26    * `guess`
    27    * `show-specfile`
    28    * `show-lockfile`
    29    * `show-package-dir`
    30    * `help`
    31  * Command-line options:
    32    * Add guessed packages
    33    * Bypass cache
    34    * Ignore specific packages
    35    * Override or filter language backends
    36    * Select between tabular and JSON output
    37    * Set verbosity
    38    * Upgrade instead of locking