Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atjson/renderer-graphviz

Package Overview
Dependencies
Maintainers
3
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atjson/renderer-graphviz - npm Package Compare versions

Comparing version 0.11.2 to 0.11.6

51

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [0.11.2](https://github.com/CondeNast-Copilot/atjson/compare/@atjson/renderer-graphviz@0.11.1...@atjson/renderer-graphviz@0.11.2) (2018-12-11)
## [0.11.6](https://github.com/CondeNast-Copilot/atjson/compare/@atjson/renderer-graphviz@0.11.5...@atjson/renderer-graphviz@0.11.6) (2018-12-11)

@@ -15,3 +15,3 @@ **Note:** Version bump only for package @atjson/renderer-graphviz

## [0.11.1](https://github.com/CondeNast-Copilot/atjson/compare/@atjson/renderer-graphviz@0.11.0...@atjson/renderer-graphviz@0.11.1) (2018-11-29)
## [0.11.5](https://github.com/CondeNast-Copilot/atjson/compare/@atjson/renderer-graphviz@0.11.4...@atjson/renderer-graphviz@0.11.5) (2018-12-11)

@@ -24,29 +24,36 @@ **Note:** Version bump only for package @atjson/renderer-graphviz

## [0.11.0](https://github.com/CondeNast-Copilot/atjson/compare/@atjson/renderer-graphviz@0.9.0...@atjson/renderer-graphviz@0.11.0) (2018-10-22)
## [0.11.4](https://github.com/CondeNast-Copilot/atjson/compare/@atjson/renderer-graphviz@0.11.3...@atjson/renderer-graphviz@0.11.4) (2018-12-11)
**Note:** Version bump only for package @atjson/renderer-graphviz
### ✨ New Features
* ✨👑✨ Make Annotations classes instead of JS objects ([#57](https://github.com/CondeNast-Copilot/atjson/issues/57))
### 🚨 Breaking Changes
* This introduces a bunch of breaking changes to AtJSON. The major change is that Annotations are now described as classes instead of a loose schema.
## [0.11.3](https://github.com/CondeNast-Copilot/atjson/compare/@atjson/renderer-graphviz@0.11.2...@atjson/renderer-graphviz@0.11.3) (2018-12-11)
A summary of changes are the following:
**Note:** Version bump only for package @atjson/renderer-graphviz
⚠️ `@atjson/schema` is now deprecated. Instead of using the schema, instead use `@atjson/offset-annotations`, which provides a library of annotations that closely resemble those provided by `@atjson/schema`
🃏 Schemas are now defined on a document subclass. The schema is a list of annotation classes that are used to identify annotations in the document.
🛸 Any annotations not found in the schema are identified as `unknown` annotations. These annotations are available to be read and updated like any other annotation, but may have incorrect transform behavior because the text transform behavior is undefined. The default behavior should be acceptable for most cases.
🕵🏾‍♀️ `id`s are required property on Annotations. This is used to identify annotations for speedy updating for Offset
🖍 Annotations are now prefixed at rest. For the CommonMark Link annotation, it will be stored as `-commonmark-link` as the `type` and the attributes will be prefixed with `-commonmark` as well, meaning that instead of seeing `href` in the `attributes`, you will see `-commonmark-href`. When the annotation JSON is hydrated into an annotation class, prefixes are automatically removed. This prevents any collisions that may (and will) happen when converting between document types.
## [0.11.2](https://github.com/CondeNast-Copilot/atjson/compare/@atjson/renderer-graphviz@0.11.1...@atjson/renderer-graphviz@0.11.2) (2018-12-11)
🎨 Renderers now take `Annotation`s instead of the `attributes`. When additional context is required to render an annotation, a `context` object is passed as the second argument, which provides references to the `parent`, `next`, `previous`, and `children` annotations to the current annotation.
**Note:** Version bump only for package @atjson/renderer-graphviz
## [0.11.1](https://github.com/CondeNast-Copilot/atjson/compare/@atjson/renderer-graphviz@0.11.0...@atjson/renderer-graphviz@0.11.1) (2018-11-29)
**Note:** Version bump only for package @atjson/renderer-graphviz
## [0.11.0](https://github.com/CondeNast-Copilot/atjson/compare/@atjson/renderer-graphviz@0.9.0...@atjson/renderer-graphviz@0.11.0) (2018-10-22)
### ✨ New Features
* ✨👑✨ Make Annotations classes instead of JS objects ([#57](https://github.com/CondeNast-Copilot/atjson/issues/57))
## [0.9.0](https://github.com/CondeNast-Copilot/atjson/compare/@atjson/renderer-graphviz@0.8.11...@atjson/renderer-graphviz@0.9.0) (2018-10-10)

@@ -60,3 +67,2 @@

## [0.8.11](https://github.com/CondeNast-Copilot/atjson/compare/@atjson/renderer-graphviz@0.8.10...@atjson/renderer-graphviz@0.8.11) (2018-09-14)

@@ -67,20 +73,23 @@

## [0.8.10](https://github.com/CondeNast-Copilot/atjson/compare/@atjson/renderer-graphviz@0.8.9...@atjson/renderer-graphviz@0.8.10) (2018-09-07)
**Note:** Version bump only for package @atjson/renderer-graphviz
# Change Log
## [0.8.9](https://github.com/CondeNast-Copilot/atjson/compare/@atjson/renderer-graphviz@0.8.8...@atjson/renderer-graphviz@0.8.9) (2018-09-04)
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
**Note:** Version bump only for package @atjson/renderer-graphviz
## [0.8.10](https://github.com/CondeNast-Copilot/atjson/compare/@atjson/renderer-graphviz@0.8.9...@atjson/renderer-graphviz@0.8.10) (2018-09-07)
## 0.8.8 (2018-08-02)
## [0.8.9](https://github.com/CondeNast-Copilot/atjson/compare/@atjson/renderer-graphviz@0.8.8...@atjson/renderer-graphviz@0.8.9) (2018-09-04)
**Note:** Version bump only for package @atjson/renderer-graphviz
## 0.8.8 (2018-08-02)
## 0.8.4 (2018-07-25)
**Note:** Version bump only for package @atjson/renderer-graphviz
## 0.8.3 (2018-06-04)
**Note:** Version bump only for package @atjson/renderer-graphviz
{
"name": "@atjson/renderer-graphviz",
"version": "0.11.2",
"version": "0.11.6",
"description": "Render documents into graphs to help with debugging",

@@ -19,6 +19,6 @@ "main": "dist/commonjs/index.js",

"dependencies": {
"@atjson/document": "0.13.0",
"@atjson/hir": "0.11.2"
"@atjson/document": "0.13.4",
"@atjson/hir": "0.11.6"
},
"gitHead": "111d874175d66a072f527e8e928cc51a47ee8807"
"gitHead": "7adc9167d69259ba4c38234e0f8e3f05e2b7cf6e"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc