ifc-language-server/node_modules/yargs-unparser/CHANGELOG.md
Ryan Schultz 8afacf268a Implemented a working Language Server Protocol (LSP) for IFC files with:
- Hover provider showing entity information and type
- Go-to-definition (F12) for entity references
- Basic IFC file validation (ISO-10303-21 header check)
- Entity parsing with regex-based detection
- Proper CommonJS module system (avoiding ES module issues)

This replaces the broken baseline from ifc-developer-tools which had:
- Non-functional ES module configuration
- Circular dependency issues
- Parser crashes
- Non-working PositionVisitor

Built on Microsoft's LSP example template for a clean, maintainable foundation.

Next: Add hierarchical entity dependency tree in hover tooltip."
2025-12-07 10:20:07 -06:00

3.3 KiB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2020-10-02)

⚠ BREAKING CHANGES

  • upgrade deps drop Node 6/8 (#71)

Code Refactoring

1.6.4 (2020-10-01)

Bug Fixes

  • security: upgraded flat to version ^5.0.2 (9bd7c67)

1.6.3 (2020-06-17)

Bug Fixes

1.6.2 (2020-06-17)

Bug Fixes

  • readme: marketing was injected dubiously into README (#60) (1167667)

1.6.1 (2020-06-17)

Bug Fixes

  • deps: downgrade yargs, such that we continue supporting Node 6 (#57) (f69406c)

1.6.0 (2019-07-30)

Bug Fixes

  • security: update deps addressing recent audit vulnerabilities (#40) (2e74f1b)
  • address bug with camelCased flattened keys (#32) (981533a)
  • deps: updated the lodash version to fix vulnerability (#39) (7375966)
  • package: update yargs to version 10.0.3 (f1eb4cb)
  • package: update yargs to version 11.0.0 (6aa7c91)

Features

  • add interoperation with minimist (ba477f5)

1.5.0 (2018-11-30)

Bug Fixes

  • package: update yargs to version 10.0.3 (f1eb4cb)
  • package: update yargs to version 11.0.0 (6aa7c91)

Features

  • add interoperation with minimist (ba477f5)

1.4.0 (2017-12-30)

Features

  • add interoperation with minimist (ba477f5)