Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 945 Bytes

File metadata and controls

25 lines (17 loc) · 945 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • Package rename: Changed package name from @cawpea/coderef to docs-coderef (removed scope)
  • CLI command: Changed from coderef to docs-coderef
  • Config file: Renamed from .coderefrc.json to .docs-coderefrc.json
  • package.json field: Changed from "coderef" to "docs-coderef"
  • Environment variables: Changed from CODEREF_* to DOCS_CODEREF_*
  • Repository: Renamed from cawpea/coderef to cawpea/docs-coderef

Added

  • Initial project setup
  • Basic directory structure
  • Configuration files (package.json, tsconfig.json, jest.config.js)