Skip to content

Commit

Permalink
v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 3, 2024
1 parent 73b55a6 commit d6ba66e
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 6 deletions.
33 changes: 29 additions & 4 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
- commits:
- subject: Add multiple vocabulary ternary FactType test
hash: 9c970468f97eabc70f02987db244162259a2bd9c
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
- subject: Only force the first term on a tertiary fact type to not be an attribute
hash: 4b780c84daa5798ed38f41076fb81dabc202cf36
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 5.0.3
title: ""
date: 2024-12-03T12:46:45.262Z
- commits:
- subject: Update `@balena/sbvr-types` devDependency
hash: 01f9b8aea7750c6033d535c791fad2b853071bda
Expand Down Expand Up @@ -29,7 +49,9 @@
The internal and external representation of the returned object
from pinejs should be consistent.
Pinejs internal interface will return date or date time fields as date object. For the external interface the object is JSON.stringified so that date becomes an ISO string anyway.
Pinejs internal interface will return date or date time fields
as date object. For the external interface the object is
JSON.stringified so that date becomes an ISO string anyway.
footer:
Change-type: major
change-type: major
Expand Down Expand Up @@ -194,7 +216,8 @@
Ensure that the input passed in for JSON types is either an
object or
an array (typeof returns 'object' for arrays as well). This change is
an array (typeof returns 'object' for arrays as well). This
change is
mainly to prevent primitives from being stored as JSON.
footer:
Expand Down Expand Up @@ -538,7 +561,8 @@
This allows specifying the correct type to cast to when
necessary
rather than relying on the fact the currently all type functions happen
rather than relying on the fact the currently all type functions
happen
to be integers
footer:
Expand Down Expand Up @@ -1365,7 +1389,8 @@
Instead we consistently use the original resource name via synonym
resolution.
This also fixes an issue where relationships info for foreign keys of term form tables was incorrect
This also fixes an issue where relationships info for foreign keys of
term form tables was incorrect
hash: 37413bbdc76154cbfa0bf4d4f1a23671b2d63e55
subject: Stop adding a alias for the term form of a fact type to the returned
tables list
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## 5.0.3 - 2024-12-03

* Add multiple vocabulary ternary FactType test [Otavio Jacobi]
* Only force the first term on a tertiary fact type to not be an attribute [Otavio Jacobi]

## 5.0.2 - 2024-03-05


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balena/lf-to-abstract-sql",
"version": "5.0.2",
"version": "5.0.3",
"description": "LF to Abstract SQL translator.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -35,6 +35,6 @@
"_": "test/**/*.js"
},
"versionist": {
"publishedAt": "2024-03-05T13:44:30.743Z"
"publishedAt": "2024-12-03T12:46:45.449Z"
}
}

0 comments on commit d6ba66e

Please sign in to comment.