• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

entrecode / ec.sdk / 375 / 2
91%
master: 91%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 28 Aug 2017 04:12PM UTC
Files 66
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Aug 2017 04:09PM UTC coverage: 99.218% (-0.1%) from 99.326%
375.2

push

travis-ci

simon-scherzinger
BREAKING CHANGE: feat: "Lite" PublicAssetResource for better handling of entries. Used for ec-form. CMS-2911

Since version 0.7.0 the ec.sdk supports "Lite" PublicAssetResources. Those are used to better support EntryResources in ec-forms. They are a stripped down versions of PublicAssetResources containing everything but `tags`. The reason to add this was better support of title handling for linked entries.

Migration is straight forward, just add `.assetID` on all linked entry types when you don't use nested assets.

Before:

```js
publicAPI.entry('myModel', entryID)
.then((entry) => {
  console.log(entry.asset); // would print `assetID`
});
```

After:

```js
publicAPI.entry('myModel', entryID)
.then((entry) => {
  console.log(entry.asset.assetID); // would print `assetID`
});
```

1256 of 1411 branches covered (89.01%)

2665 of 2686 relevant lines covered (99.22%)

33.87 hits per line

Source Files on job 375.2
  • Tree
  • List 0
  • Changed 5
  • Source Changed 3
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 375
  • Travis Job 375.2
  • 88a3639f on github
  • Prev Job for on develop (#374.1)
  • Next Job for on develop (#376.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc