Skip to content

Latest commit

 

History

History
84 lines (70 loc) · 3.69 KB

CHANGELOG.md

File metadata and controls

84 lines (70 loc) · 3.69 KB

Changelog

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

The format is based on Keep a Changelog.

1.1 - 2020-04-09

Added

  • JSON Schema definitions for agreed context types (#119):
    • fdc3.context
    • fdc3.instrument
    • fdc3.instrumentList
    • fdc3.contact
    • fdc3.contactList
    • fdc3.organization
    • fdc3.country
    • fdc3.position
    • fdc3.portfolio
  • API entry point for web - window.fdc3 (#139)
  • Use Case 17 (#153)
  • Channels API (#154):
    • fdc3.getSystemChannels
    • fdc3.getOrCreateChannel
    • fdc3.joinChannel
    • fdc3.leaveCurrentChannel
    • fdc3.getCurrentChannel
    • Channel interface
    • DisplayMetadata interface
    • ChannelError type
  • Type filtering support for getCurrentContext (#161)
  • Publish versioned JSON schemas to FDC3 website (#170)

Changed

  • Expand AppMetadata interface with more application properties (#157)

Fixed

  • Upgrade dependencies to address security vulnerabilities

Docs

  • Remove FactSet-specific examples (#88)
  • Add Intent Reference and Context Data Reference (#172)
  • Restructure some docs (#190)
  • Fix several typos and broken links

Website

  • Apply FINOS branding, styles and logos to the website (#96)
  • Add ChartIQ to "Who is using FDC3?" section on website (#100)

1.0 - 2019-03-28

Added

  • Use Case 15 (#49)
  • FDC3 Roadmap (#55)
  • User showcase on website (#67)

Changed

  • Use case text on front page of website (#54)
  • Feature icons on website (#57)

Fixed

  • General cleanup of spelling, grammar and punctuation (#34)
  • Remove unnecessary dates from use case file names (#41)
  • Fix header colouring on responsive website (#56)
  • Fix workflow numbers in Use Case 1 (#60)
  • More proofreading changes to existing docs (62)
  • Fix examples in Intent Overview doc (#65)
  • Fix errors in DesktopAgent API doc (#66)
  • Add hyperlink to FDC3 Intro doc (#69)

1.0.0-beta - 2019-03-05

Added