Skip to content

Commit c5b0572

Browse files
v4.2.0
1 parent 2b5a5ee commit c5b0572

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

.versionbot/CHANGELOG.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- commits:
2+
- subject: Support ordering by a Collection Navigation property using a Key notation
3+
hash: 460e4f3775068621b914c3c4a12cac34aba5e0e0
4+
body: ""
5+
footer:
6+
Change-type: minor
7+
change-type: minor
8+
See: https://balena.fibery.io/Work/Project/Shape--Build-Add-support-for-sorting-on-user-selected-tag-columns-in-the-server-side-paginated-devic-912
9+
see: https://balena.fibery.io/Work/Project/Shape--Build-Add-support-for-sorting-on-user-selected-tag-columns-in-the-server-side-paginated-devic-912
10+
author: Thodoris Greasidis
11+
version: 4.2.0
12+
title: ""
13+
date: 2025-03-12T23:08:54.233Z
114
- commits:
215
- subject: Allow ['Null'] inside a bound list
316
hash: ce0338116f41852351d253539f3630e085d095e0

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# v4.2.0
8+
## (2025-03-12)
9+
10+
* Support ordering by a Collection Navigation property using a Key notation [Thodoris Greasidis]
11+
712
# v4.1.0
813
## (2025-02-11)
914

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@balena/odata-parser",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "An OData parser written in OMeta",
55
"main": "odata-parser.js",
66
"scripts": {
@@ -39,6 +39,6 @@
3939
"npm": ">=8.1.0"
4040
},
4141
"versionist": {
42-
"publishedAt": "2025-02-11T13:47:37.065Z"
42+
"publishedAt": "2025-03-12T23:08:54.366Z"
4343
}
4444
}

0 commit comments

Comments
 (0)